次の方法で共有


P2SVpnProfileParameters コンストラクター

定義

オーバーロード

P2SVpnProfileParameters()

P2SVpnProfileParameters クラスの新しいインスタンスを初期化します。

P2SVpnProfileParameters(String)

P2SVpnProfileParameters クラスの新しいインスタンスを初期化します。

P2SVpnProfileParameters()

P2SVpnProfileParameters クラスの新しいインスタンスを初期化します。

public P2SVpnProfileParameters ();
Public Sub New ()

適用対象

P2SVpnProfileParameters(String)

P2SVpnProfileParameters クラスの新しいインスタンスを初期化します。

public P2SVpnProfileParameters (string authenticationMethod = default);
new Microsoft.Azure.Management.Network.Models.P2SVpnProfileParameters : string -> Microsoft.Azure.Management.Network.Models.P2SVpnProfileParameters
Public Sub New (Optional authenticationMethod As String = Nothing)

パラメーター

authenticationMethod
String

VPN クライアントの認証方法。 使用可能な値は、'EAPTLS'、'EAPMSCHAPv2' です。

適用対象