P2SVpnProfileParameters 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
P2SVpnProfileParameters() |
Initializes a new instance of the P2SVpnProfileParameters class. |
P2SVpnProfileParameters(AuthenticationMethod) |
Initializes a new instance of the P2SVpnProfileParameters class. |
P2SVpnProfileParameters()
Initializes a new instance of the P2SVpnProfileParameters class.
public P2SVpnProfileParameters ();
Public Sub New ()
Applies to
P2SVpnProfileParameters(AuthenticationMethod)
Initializes a new instance of the P2SVpnProfileParameters class.
public P2SVpnProfileParameters (Microsoft.Azure.Management.Network.Fluent.Models.AuthenticationMethod authenticationMethod = default);
new Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnProfileParameters : Microsoft.Azure.Management.Network.Fluent.Models.AuthenticationMethod -> Microsoft.Azure.Management.Network.Fluent.Models.P2SVpnProfileParameters
Public Sub New (Optional authenticationMethod As AuthenticationMethod = Nothing)
Parameters
- authenticationMethod
- AuthenticationMethod
VPN client authentication method. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET