VirtualNetworkGatewayPolicyGroup Class

Parameters for VirtualNetworkGatewayPolicyGroup.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
VirtualNetworkGatewayPolicyGroup

Constructor

VirtualNetworkGatewayPolicyGroup(*, id: str | None = None, name: str | None = None, is_default: bool | None = None, priority: int | None = None, policy_members: List[_models.VirtualNetworkGatewayPolicyGroupMember] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

is_default

Shows if this is a Default VirtualNetworkGatewayPolicyGroup or not.

priority
int

Priority for VirtualNetworkGatewayPolicyGroup.

policy_members

Multiple PolicyMembers for VirtualNetworkGatewayPolicyGroup.

Variables

Name Description
id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
str

A unique read-only string that changes whenever the resource is updated.

is_default

Shows if this is a Default VirtualNetworkGatewayPolicyGroup or not.

priority
int

Priority for VirtualNetworkGatewayPolicyGroup.

policy_members

Multiple PolicyMembers for VirtualNetworkGatewayPolicyGroup.

vng_client_connection_configurations

List of references to vngClientConnectionConfigurations.

provisioning_state

The provisioning state of the VirtualNetworkGatewayPolicyGroup resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed".