VirtualNetworkGatewayPolicyGroup interface
Parameters for VirtualNetworkGatewayPolicyGroup.
- Extends
Properties
etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Shows if this is a Default VirtualNetworkGatewayPolicyGroup or not. |
name | The name of the resource that is unique within a resource group. This name can be used to access the resource. |
policy |
Multiple PolicyMembers for VirtualNetworkGatewayPolicyGroup. |
priority | Priority for VirtualNetworkGatewayPolicyGroup. |
provisioning |
The provisioning state of the VirtualNetworkGatewayPolicyGroup resource. NOTE: This property will not be serialized. It can only be populated by the server. |
vng |
List of references to vngClientConnectionConfigurations. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Resource ID. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
isDefault
Shows if this is a Default VirtualNetworkGatewayPolicyGroup or not.
isDefault?: boolean
Property Value
boolean
name
The name of the resource that is unique within a resource group. This name can be used to access the resource.
name?: string
Property Value
string
policyMembers
Multiple PolicyMembers for VirtualNetworkGatewayPolicyGroup.
policyMembers?: VirtualNetworkGatewayPolicyGroupMember[]
Property Value
priority
Priority for VirtualNetworkGatewayPolicyGroup.
priority?: number
Property Value
number
provisioningState
The provisioning state of the VirtualNetworkGatewayPolicyGroup resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
vngClientConnectionConfigurations
List of references to vngClientConnectionConfigurations. NOTE: This property will not be serialized. It can only be populated by the server.
vngClientConnectionConfigurations?: SubResource[]