azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

122 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.deviceupdate.models.GroupInformation"
fullName: "com.azure.resourcemanager.deviceupdate.models.GroupInformation"
name: "GroupInformation"
nameWithType: "GroupInformation"
summary: "An immutable client-side representation of Group<wbr>Information."
syntax: "public interface **GroupInformation**"
methods:
- uid: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.groupId()"
fullName: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.groupId()"
name: "groupId()"
nameWithType: "GroupInformation.groupId()"
summary: "Gets the group<wbr>Id property: The private link resource group id."
modifiers:
- "abstract"
syntax: "public abstract String groupId()"
desc: "Gets the groupId property: The private link resource group id."
returns:
description: "the groupId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.id()"
fullName: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.id()"
name: "id()"
nameWithType: "GroupInformation.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.innerModel()"
fullName: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.innerModel()"
name: "innerModel()"
nameWithType: "GroupInformation.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>deviceupdate.<wbr>fluent.<wbr>models.<wbr>Group<wbr>Information<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract GroupInformationInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.deviceupdate.fluent.models.GroupInformationInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.fluent.models.GroupInformationInner?alt=com.azure.resourcemanager.deviceupdate.fluent.models.GroupInformationInner&text=GroupInformationInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.name()"
fullName: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.name()"
name: "name()"
nameWithType: "GroupInformation.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.provisioningState()"
fullName: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.provisioningState()"
name: "provisioningState()"
nameWithType: "GroupInformation.provisioningState()"
summary: "Gets the provisioning<wbr>State property: The provisioning state of private link group ID."
modifiers:
- "abstract"
syntax: "public abstract GroupIdProvisioningState provisioningState()"
desc: "Gets the provisioningState property: The provisioning state of private link group ID."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.GroupIdProvisioningState?alt=com.azure.resourcemanager.deviceupdate.models.GroupIdProvisioningState&text=GroupIdProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.requiredMembers()"
fullName: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.requiredMembers()"
name: "requiredMembers()"
nameWithType: "GroupInformation.requiredMembers()"
summary: "Gets the required<wbr>Members property: The private link resource required member names."
modifiers:
- "abstract"
syntax: "public abstract List<String> requiredMembers()"
desc: "Gets the requiredMembers property: The private link resource required member names."
returns:
description: "the requiredMembers value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.requiredZoneNames()"
fullName: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.requiredZoneNames()"
name: "requiredZoneNames()"
nameWithType: "GroupInformation.requiredZoneNames()"
summary: "Gets the required<wbr>Zone<wbr>Names property: The private link resource Private link DNS zone name."
modifiers:
- "abstract"
syntax: "public abstract List<String> requiredZoneNames()"
desc: "Gets the requiredZoneNames property: The private link resource Private link DNS zone name."
returns:
description: "the requiredZoneNames value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.systemData()"
fullName: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.systemData()"
name: "systemData()"
nameWithType: "GroupInformation.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.type()"
fullName: "com.azure.resourcemanager.deviceupdate.models.GroupInformation.type()"
name: "type()"
nameWithType: "GroupInformation.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of GroupInformation."
metadata: {}
package: "com.azure.resourcemanager.deviceupdate.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-deviceupdate:1.0.0