你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

设备上的卷容器总数。

适用于