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

221 строка
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup"
name: "VirtualNetworkGatewayPolicyGroup"
nameWithType: "VirtualNetworkGatewayPolicyGroup"
summary: "Parameters for Virtual<wbr>Network<wbr>Gateway<wbr>Policy<wbr>Group."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.management.SubResource.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.SubResource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource.id()?alt=com.azure.core.management.SubResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.SubResource.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.SubResource.withId(java.lang.String)?alt=com.azure.core.management.SubResource.withId&text=withId\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **VirtualNetworkGatewayPolicyGroup**</br> extends <xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.VirtualNetworkGatewayPolicyGroup()"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.VirtualNetworkGatewayPolicyGroup()"
name: "VirtualNetworkGatewayPolicyGroup()"
nameWithType: "VirtualNetworkGatewayPolicyGroup.VirtualNetworkGatewayPolicyGroup()"
summary: "Creates an instance of Virtual<wbr>Network<wbr>Gateway<wbr>Policy<wbr>Group class."
syntax: "public VirtualNetworkGatewayPolicyGroup()"
desc: "Creates an instance of VirtualNetworkGatewayPolicyGroup class."
methods:
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.etag()"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.etag()"
name: "etag()"
nameWithType: "VirtualNetworkGatewayPolicyGroup.etag()"
summary: "Get the etag property: A unique read-only string that changes whenever the resource is updated."
syntax: "public String etag()"
desc: "Get the etag property: A unique read-only string that changes whenever the resource is updated."
returns:
description: "the etag value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "VirtualNetworkGatewayPolicyGroup.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Virtual<wbr>Network<wbr>Gateway<wbr>Policy<wbr>Group from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static VirtualNetworkGatewayPolicyGroup fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the VirtualNetworkGatewayPolicyGroup."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of VirtualNetworkGatewayPolicyGroup from the JsonReader."
returns:
description: "An instance of VirtualNetworkGatewayPolicyGroup if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup?alt=com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup&text=VirtualNetworkGatewayPolicyGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.isDefault()"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.isDefault()"
name: "isDefault()"
nameWithType: "VirtualNetworkGatewayPolicyGroup.isDefault()"
summary: "Get the is<wbr>Default property: Shows if this is a Default Virtual<wbr>Network<wbr>Gateway<wbr>Policy<wbr>Group or not."
syntax: "public Boolean isDefault()"
desc: "Get the isDefault property: Shows if this is a Default VirtualNetworkGatewayPolicyGroup or not."
returns:
description: "the isDefault value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.name()"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.name()"
name: "name()"
nameWithType: "VirtualNetworkGatewayPolicyGroup.name()"
summary: "Get the name property: The name of the resource that is unique within a resource group."
syntax: "public String name()"
desc: "Get the name property: The name of the resource that is unique within a resource group. This name can be used to access 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.network.models.VirtualNetworkGatewayPolicyGroup.policyMembers()"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.policyMembers()"
name: "policyMembers()"
nameWithType: "VirtualNetworkGatewayPolicyGroup.policyMembers()"
summary: "Get the policy<wbr>Members property: Multiple Policy<wbr>Members for Virtual<wbr>Network<wbr>Gateway<wbr>Policy<wbr>Group."
syntax: "public List<VirtualNetworkGatewayPolicyGroupMember> policyMembers()"
desc: "Get the policyMembers property: Multiple PolicyMembers for VirtualNetworkGatewayPolicyGroup."
returns:
description: "the policyMembers value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroupMember?alt=com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroupMember&text=VirtualNetworkGatewayPolicyGroupMember\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.priority()"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.priority()"
name: "priority()"
nameWithType: "VirtualNetworkGatewayPolicyGroup.priority()"
summary: "Get the priority property: Priority for Virtual<wbr>Network<wbr>Gateway<wbr>Policy<wbr>Group."
syntax: "public Integer priority()"
desc: "Get the priority property: Priority for VirtualNetworkGatewayPolicyGroup."
returns:
description: "the priority value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.provisioningState()"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.provisioningState()"
name: "provisioningState()"
nameWithType: "VirtualNetworkGatewayPolicyGroup.provisioningState()"
summary: "Get the provisioning<wbr>State property: The provisioning state of the Virtual<wbr>Network<wbr>Gateway<wbr>Policy<wbr>Group resource."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: The provisioning state of the VirtualNetworkGatewayPolicyGroup resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ProvisioningState?alt=com.azure.resourcemanager.network.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "VirtualNetworkGatewayPolicyGroup.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.core.management.SubResource.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.validate()"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.validate()"
name: "validate()"
nameWithType: "VirtualNetworkGatewayPolicyGroup.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.vngClientConnectionConfigurations()"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.vngClientConnectionConfigurations()"
name: "vngClientConnectionConfigurations()"
nameWithType: "VirtualNetworkGatewayPolicyGroup.vngClientConnectionConfigurations()"
summary: "Get the vng<wbr>Client<wbr>Connection<wbr>Configurations property: List of references to vng<wbr>Client<wbr>Connection<wbr>Configurations."
syntax: "public List<SubResource> vngClientConnectionConfigurations()"
desc: "Get the vngClientConnectionConfigurations property: List of references to vngClientConnectionConfigurations."
returns:
description: "the vngClientConnectionConfigurations value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.withId(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.withId(String id)"
name: "withId(String id)"
nameWithType: "VirtualNetworkGatewayPolicyGroup.withId(String id)"
overridden: "com.azure.core.management.SubResource.withId(java.lang.String)"
parameters:
- name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public VirtualNetworkGatewayPolicyGroup withId(String id)"
returns:
type: "<xref href=\"com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup?alt=com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup&text=VirtualNetworkGatewayPolicyGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.withIsDefault(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.withIsDefault(Boolean isDefault)"
name: "withIsDefault(Boolean isDefault)"
nameWithType: "VirtualNetworkGatewayPolicyGroup.withIsDefault(Boolean isDefault)"
summary: "Set the is<wbr>Default property: Shows if this is a Default Virtual<wbr>Network<wbr>Gateway<wbr>Policy<wbr>Group or not."
parameters:
- description: "the isDefault value to set."
name: "isDefault"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public VirtualNetworkGatewayPolicyGroup withIsDefault(Boolean isDefault)"
desc: "Set the isDefault property: Shows if this is a Default VirtualNetworkGatewayPolicyGroup or not."
returns:
description: "the VirtualNetworkGatewayPolicyGroup object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup?alt=com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup&text=VirtualNetworkGatewayPolicyGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.withName(String name)"
name: "withName(String name)"
nameWithType: "VirtualNetworkGatewayPolicyGroup.withName(String name)"
summary: "Set the name property: The name of the resource that is unique within a resource group."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public VirtualNetworkGatewayPolicyGroup withName(String name)"
desc: "Set the name property: The name of the resource that is unique within a resource group. This name can be used to access the resource."
returns:
description: "the VirtualNetworkGatewayPolicyGroup object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup?alt=com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup&text=VirtualNetworkGatewayPolicyGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.withPolicyMembers(java.util.List<com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroupMember>)"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.withPolicyMembers(List<VirtualNetworkGatewayPolicyGroupMember> policyMembers)"
name: "withPolicyMembers(List<VirtualNetworkGatewayPolicyGroupMember> policyMembers)"
nameWithType: "VirtualNetworkGatewayPolicyGroup.withPolicyMembers(List<VirtualNetworkGatewayPolicyGroupMember> policyMembers)"
summary: "Set the policy<wbr>Members property: Multiple Policy<wbr>Members for Virtual<wbr>Network<wbr>Gateway<wbr>Policy<wbr>Group."
parameters:
- description: "the policyMembers value to set."
name: "policyMembers"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroupMember?alt=com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroupMember&text=VirtualNetworkGatewayPolicyGroupMember\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public VirtualNetworkGatewayPolicyGroup withPolicyMembers(List<VirtualNetworkGatewayPolicyGroupMember> policyMembers)"
desc: "Set the policyMembers property: Multiple PolicyMembers for VirtualNetworkGatewayPolicyGroup."
returns:
description: "the VirtualNetworkGatewayPolicyGroup object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup?alt=com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup&text=VirtualNetworkGatewayPolicyGroup\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.withPriority(java.lang.Integer)"
fullName: "com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup.withPriority(Integer priority)"
name: "withPriority(Integer priority)"
nameWithType: "VirtualNetworkGatewayPolicyGroup.withPriority(Integer priority)"
summary: "Set the priority property: Priority for Virtual<wbr>Network<wbr>Gateway<wbr>Policy<wbr>Group."
parameters:
- description: "the priority value to set."
name: "priority"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public VirtualNetworkGatewayPolicyGroup withPriority(Integer priority)"
desc: "Set the priority property: Priority for VirtualNetworkGatewayPolicyGroup."
returns:
description: "the VirtualNetworkGatewayPolicyGroup object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup?alt=com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroup&text=VirtualNetworkGatewayPolicyGroup\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters for VirtualNetworkGatewayPolicyGroup."
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0