P2SVpnGatewayInner 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
P2SVpnGatewayInner() |
Initializes a new instance of the P2SVpnGatewayInner class. |
P2SVpnGatewayInner(String, String, String, String, IDictionary<String, String>, SubResource, IList<P2SConnectionConfigurationInner>, ProvisioningState, Nullable<Int32>, SubResource, VpnClientConnectionHealth, String) |
Initializes a new instance of the P2SVpnGatewayInner class. |
P2SVpnGatewayInner()
Initializes a new instance of the P2SVpnGatewayInner class.
public P2SVpnGatewayInner ();
Public Sub New ()
Applies to
P2SVpnGatewayInner(String, String, String, String, IDictionary<String, String>, SubResource, IList<P2SConnectionConfigurationInner>, ProvisioningState, Nullable<Int32>, SubResource, VpnClientConnectionHealth, String)
Initializes a new instance of the P2SVpnGatewayInner class.
public P2SVpnGatewayInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource virtualHub = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.P2SConnectionConfigurationInner> p2SConnectionConfigurations = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, int? vpnGatewayScaleUnit = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource vpnServerConfiguration = default, Microsoft.Azure.Management.Network.Fluent.Models.VpnClientConnectionHealth vpnClientConnectionHealth = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnGatewayInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.P2SConnectionConfigurationInner> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Nullable<int> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.VpnClientConnectionHealth * string -> Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnGatewayInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional virtualHub As SubResource = Nothing, Optional p2SConnectionConfigurations As IList(Of P2SConnectionConfigurationInner) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional vpnGatewayScaleUnit As Nullable(Of Integer) = Nothing, Optional vpnServerConfiguration As SubResource = Nothing, Optional vpnClientConnectionHealth As VpnClientConnectionHealth = Nothing, Optional etag As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- virtualHub
- SubResource
The VirtualHub to which the gateway belongs.
- p2SConnectionConfigurations
- IList<P2SConnectionConfigurationInner>
List of all p2s connection configurations of the gateway.
- provisioningState
- ProvisioningState
The provisioning state of the P2S VPN gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- vpnServerConfiguration
- SubResource
The VpnServerConfiguration to which the p2sVpnGateway is attached to.
- vpnClientConnectionHealth
- VpnClientConnectionHealth
All P2S VPN clients' connection health status.
- etag
- String
A unique read-only string that changes whenever the resource is updated.