共用方式為


VngClientConnectionConfiguration Class

Definition

A vpn client connection configuration for client connection configuration.

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

Constructors

VngClientConnectionConfiguration()

Initializes a new instance of the VngClientConnectionConfiguration class.

VngClientConnectionConfiguration(AddressSpace, IList<SubResource>, String, String, String, String)

Initializes a new instance of the VngClientConnectionConfiguration 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)
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.

ProvisioningState

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

VirtualNetworkGatewayPolicyGroups

Gets or sets list of references to virtualNetworkGatewayPolicyGroups

VpnClientAddressPool

Gets or sets the reference to the address space resource which represents Address space for P2S VpnClient.

Methods

Validate()

Validate the object.

Applies to