次の方法で共有


NetworkAdapterList コンストラクター

定義

オーバーロード

NetworkAdapterList()

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

NetworkAdapterList(IList<NetworkAdapters>)

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

NetworkAdapterList()

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

public NetworkAdapterList ();
Public Sub New ()

適用対象

NetworkAdapterList(IList<NetworkAdapters>)

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

public NetworkAdapterList (System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkAdapters> value);
new Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkAdapterList : System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkAdapters> -> Microsoft.Azure.Management.StorSimple8000Series.Models.NetworkAdapterList
Public Sub New (value As IList(Of NetworkAdapters))

パラメーター

value
IList<NetworkAdapters>

値。

適用対象