VirtualNetworkGatewayPolicyGroup Class

Definition

Parameters for VirtualNetworkGatewayPolicyGroup.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VirtualNetworkGatewayPolicyGroup : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VirtualNetworkGatewayPolicyGroup = class
    inherit SubResource
Public Class VirtualNetworkGatewayPolicyGroup
Inherits SubResource
Inheritance
VirtualNetworkGatewayPolicyGroup
Attributes

Constructors

VirtualNetworkGatewayPolicyGroup()

Initializes a new instance of the VirtualNetworkGatewayPolicyGroup class.

VirtualNetworkGatewayPolicyGroup(Boolean, Int32, IList<VirtualNetworkGatewayPolicyGroupMember>, String, IList<SubResource>, String, String, String)

Initializes a new instance of the VirtualNetworkGatewayPolicyGroup class.

Properties

Etag

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

Id

Gets or sets resource ID.

(Inherited from SubResource)
IsDefault

Gets or sets shows if this is a Default VirtualNetworkGatewayPolicyGroup or not.

Name

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

PolicyMembers

Gets or sets multiple PolicyMembers for VirtualNetworkGatewayPolicyGroup.

Priority

Gets or sets priority for VirtualNetworkGatewayPolicyGroup.

ProvisioningState

Gets the provisioning state of the VirtualNetworkGatewayPolicyGroup resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

VngClientConnectionConfigurations

Gets list of references to vngClientConnectionConfigurations.

Methods

Validate()

Validate the object.

Applies to