次の方法で共有


DeviceDetails コンストラクター

定義

オーバーロード

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

DeviceDetails()

public DeviceDetails();
Public Sub New ()

適用対象

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

public DeviceDetails(int? endpointCount = default, int? volumeContainerCount = default);
new Microsoft.Azure.Management.StorSimple.Fluent.Models.DeviceDetails : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.StorSimple.Fluent.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>

適用対象