次の方法で共有


VpnProfileResponse コンストラクター

定義

オーバーロード

VpnProfileResponse()

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

VpnProfileResponse(String)

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

VpnProfileResponse()

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

public VpnProfileResponse ();
Public Sub New ()

適用対象

VpnProfileResponse(String)

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

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

パラメーター

profileUrl
String

VPN プロファイルの URL。

適用対象