次の方法で共有


VpnServerConfigurationsResponse コンストラクター

定義

オーバーロード

VpnServerConfigurationsResponse()

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

VpnServerConfigurationsResponse(IList<String>)

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

VpnServerConfigurationsResponse()

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

public VpnServerConfigurationsResponse ();
Public Sub New ()

適用対象

VpnServerConfigurationsResponse(IList<String>)

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

public VpnServerConfigurationsResponse (System.Collections.Generic.IList<string> vpnServerConfigurationResourceIds = default);
new Microsoft.Azure.Management.Network.Models.VpnServerConfigurationsResponse : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.VpnServerConfigurationsResponse
Public Sub New (Optional vpnServerConfigurationResourceIds As IList(Of String) = Nothing)

パラメーター

vpnServerConfigurationResourceIds
IList<String>

VirtualWan に関連付けられている VpnServerConfigurations の一覧。

適用対象