P2SConnectionConfigurationInner 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
P2SConnectionConfigurationInner() |
Initializes a new instance of the P2SConnectionConfigurationInner class. |
P2SConnectionConfigurationInner(String, AddressSpace, ProvisioningState, String, String) |
Initializes a new instance of the P2SConnectionConfigurationInner class. |
P2SConnectionConfigurationInner()
Initializes a new instance of the P2SConnectionConfigurationInner class.
public P2SConnectionConfigurationInner ();
Public Sub New ()
Applies to
P2SConnectionConfigurationInner(String, AddressSpace, ProvisioningState, String, String)
Initializes a new instance of the P2SConnectionConfigurationInner class.
public P2SConnectionConfigurationInner (string id = default, Microsoft.Azure.Management.Network.Fluent.Models.AddressSpace vpnClientAddressPool = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.P2SConnectionConfigurationInner : string * Microsoft.Azure.Management.Network.Fluent.Models.AddressSpace * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.P2SConnectionConfigurationInner
Public Sub New (Optional id As String = Nothing, Optional vpnClientAddressPool As AddressSpace = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
- vpnClientAddressPool
- AddressSpace
The reference of the address space resource which represents Address space for P2S VpnClient.
- provisioningState
- ProvisioningState
The provisioning state of the P2SConnectionConfiguration 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