次の方法で共有


DeviceDetails コンストラクター

定義

オーバーロード

DeviceDetails()

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

DeviceDetails(Nullable<Int32>, Nullable<Int32>)

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

DeviceDetails()

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

public DeviceDetails ();
Public Sub New ()

適用対象

DeviceDetails(Nullable<Int32>, Nullable<Int32>)

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

public DeviceDetails (int? endpointCount = default, int? volumeContainerCount = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.DeviceDetails : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.StorSimple8000Series.Models.DeviceDetails
Public Sub New (Optional endpointCount As Nullable(Of Integer) = Nothing, Optional volumeContainerCount As Nullable(Of Integer) = Nothing)

パラメーター

endpointCount
Nullable<Int32>

現在デバイス上にあるエンドポイントの合計数 (ボリュームの数)。

volumeContainerCount
Nullable<Int32>

デバイス上のボリューム コンテナーの合計数。

適用対象