VpnServerConfigurationInner 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
VpnServerConfigurationInner() |
Initializes a new instance of the VpnServerConfigurationInner class. |
VpnServerConfigurationInner(String, String, String, String, IDictionary<String, String>, String, IList<VpnGatewayTunnelingProtocol>, IList<VpnAuthenticationType>, IList<VpnServerConfigVpnClientRootCertificate>, IList<VpnServerConfigVpnClientRevokedCertificate>, IList<VpnServerConfigRadiusServerRootCertificate>, IList<VpnServerConfigRadiusClientRootCertificate>, IList<IpsecPolicy>, String, String, AadAuthenticationParameters, String, IList<P2SVpnGatewayInner>, String, String) |
Initializes a new instance of the VpnServerConfigurationInner class. |
VpnServerConfigurationInner()
Initializes a new instance of the VpnServerConfigurationInner class.
public VpnServerConfigurationInner ();
Public Sub New ()
Applies to
VpnServerConfigurationInner(String, String, String, String, IDictionary<String, String>, String, IList<VpnGatewayTunnelingProtocol>, IList<VpnAuthenticationType>, IList<VpnServerConfigVpnClientRootCertificate>, IList<VpnServerConfigVpnClientRevokedCertificate>, IList<VpnServerConfigRadiusServerRootCertificate>, IList<VpnServerConfigRadiusClientRootCertificate>, IList<IpsecPolicy>, String, String, AadAuthenticationParameters, String, IList<P2SVpnGatewayInner>, String, String)
Initializes a new instance of the VpnServerConfigurationInner class.
public VpnServerConfigurationInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string vpnServerConfigurationName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnGatewayTunnelingProtocol> vpnProtocols = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnAuthenticationType> vpnAuthenticationTypes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigVpnClientRootCertificate> vpnClientRootCertificates = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigVpnClientRevokedCertificate> vpnClientRevokedCertificates = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigRadiusServerRootCertificate> radiusServerRootCertificates = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigRadiusClientRootCertificate> radiusClientRootCertificates = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.IpsecPolicy> vpnClientIpsecPolicies = default, string radiusServerAddress = default, string radiusServerSecret = default, Microsoft.Azure.Management.Network.Fluent.Models.AadAuthenticationParameters aadAuthenticationParameters = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnGatewayInner> p2SVpnGateways = default, string vpnServerConfigurationPropertiesEtag = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigurationInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnGatewayTunnelingProtocol> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnAuthenticationType> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigVpnClientRootCertificate> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigVpnClientRevokedCertificate> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigRadiusServerRootCertificate> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigRadiusClientRootCertificate> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.IpsecPolicy> * string * string * Microsoft.Azure.Management.Network.Fluent.Models.AadAuthenticationParameters * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnGatewayInner> * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.VpnServerConfigurationInner
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 vpnServerConfigurationName As String = Nothing, Optional vpnProtocols As IList(Of VpnGatewayTunnelingProtocol) = Nothing, Optional vpnAuthenticationTypes As IList(Of VpnAuthenticationType) = Nothing, Optional vpnClientRootCertificates As IList(Of VpnServerConfigVpnClientRootCertificate) = Nothing, Optional vpnClientRevokedCertificates As IList(Of VpnServerConfigVpnClientRevokedCertificate) = Nothing, Optional radiusServerRootCertificates As IList(Of VpnServerConfigRadiusServerRootCertificate) = Nothing, Optional radiusClientRootCertificates As IList(Of VpnServerConfigRadiusClientRootCertificate) = Nothing, Optional vpnClientIpsecPolicies As IList(Of IpsecPolicy) = Nothing, Optional radiusServerAddress As String = Nothing, Optional radiusServerSecret As String = Nothing, Optional aadAuthenticationParameters As AadAuthenticationParameters = Nothing, Optional provisioningState As String = Nothing, Optional p2SVpnGateways As IList(Of P2SVpnGatewayInner) = Nothing, Optional vpnServerConfigurationPropertiesEtag As String = Nothing, Optional etag As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- vpnServerConfigurationName
- String
The name of the VpnServerConfiguration that is unique within a resource group.
- vpnProtocols
- IList<VpnGatewayTunnelingProtocol>
VPN protocols for the VpnServerConfiguration.
- vpnAuthenticationTypes
- IList<VpnAuthenticationType>
VPN authentication types for the VpnServerConfiguration.
- vpnClientRootCertificates
- IList<VpnServerConfigVpnClientRootCertificate>
VPN client root certificate of VpnServerConfiguration.
- vpnClientRevokedCertificates
- IList<VpnServerConfigVpnClientRevokedCertificate>
VPN client revoked certificate of VpnServerConfiguration.
- radiusServerRootCertificates
- IList<VpnServerConfigRadiusServerRootCertificate>
Radius Server root certificate of VpnServerConfiguration.
- radiusClientRootCertificates
- IList<VpnServerConfigRadiusClientRootCertificate>
Radius client root certificate of VpnServerConfiguration.
- vpnClientIpsecPolicies
- IList<IpsecPolicy>
VpnClientIpsecPolicies for VpnServerConfiguration.
- radiusServerAddress
- String
The radius server address property of the VpnServerConfiguration resource for point to site client connection.
- radiusServerSecret
- String
The radius secret property of the VpnServerConfiguration resource for point to site client connection.
- aadAuthenticationParameters
- AadAuthenticationParameters
The set of aad vpn authentication parameters.
- provisioningState
- String
The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
- p2SVpnGateways
- IList<P2SVpnGatewayInner>
List of references to P2SVpnGateways.
- vpnServerConfigurationPropertiesEtag
- String
A unique read-only string that changes whenever the resource is updated.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET