Aracılığıyla paylaş


VngClientConnectionConfiguration Constructors

Definition

Overloads

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.

VngClientConnectionConfiguration()

Initializes a new instance of the VngClientConnectionConfiguration class.

public VngClientConnectionConfiguration ();
Public Sub New ()

Applies to

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

Initializes a new instance of the VngClientConnectionConfiguration class.

public VngClientConnectionConfiguration (Microsoft.Azure.Management.Network.Models.AddressSpace vpnClientAddressPool, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> virtualNetworkGatewayPolicyGroups, string id = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.VngClientConnectionConfiguration : Microsoft.Azure.Management.Network.Models.AddressSpace * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.VngClientConnectionConfiguration
Public Sub New (vpnClientAddressPool As AddressSpace, virtualNetworkGatewayPolicyGroups As IList(Of SubResource), Optional id As String = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)

Parameters

vpnClientAddressPool
AddressSpace

The reference to the address space resource which represents Address space for P2S VpnClient.

virtualNetworkGatewayPolicyGroups
IList<SubResource>

List of references to virtualNetworkGatewayPolicyGroups

id
String

Resource ID.

provisioningState
String

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

name
String

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

etag
String

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

Applies to