次の方法で共有


ActiveConnectivityConfigurationsListResult コンストラクター

定義

オーバーロード

ActiveConnectivityConfigurationsListResult()

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

ActiveConnectivityConfigurationsListResult(IList<ActiveConnectivityConfiguration>, String)

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

ActiveConnectivityConfigurationsListResult()

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

public ActiveConnectivityConfigurationsListResult ();
Public Sub New ()

適用対象

ActiveConnectivityConfigurationsListResult(IList<ActiveConnectivityConfiguration>, String)

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

public ActiveConnectivityConfigurationsListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfiguration> value = default, string skipToken = default);
new Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfigurationsListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfiguration> * string -> Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfigurationsListResult
Public Sub New (Optional value As IList(Of ActiveConnectivityConfiguration) = Nothing, Optional skipToken As String = Nothing)

パラメーター

value
IList<ActiveConnectivityConfiguration>

アクティブな接続構成のページを取得します。

skipToken
String

存在する場合、値を後続のクエリ呼び出し (現在の要求で使用されているのと同じクエリとスコープと共に) に渡して、データの次のページを取得できます。

適用対象