VngClientConnectionConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET