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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET