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

DeviceDetails interface

包含有关设备的更精细详细信息的类

属性

availableLocalStorageInBytes

设备上可用的本地挂起存储(以字节为单位)

availableStorageInBytes

设备上挂起的可用存储总数(以字节为单位)

endpointCount

当前在设备上的终结点总数(即 FileServer 上的共享数或 IscsiServer 上的卷数)

provisionedLocalStorageInBytes

设备上本地预配的存储(以字节为单位)

provisionedStorageInBytes

设备上预配的存储(以字节为单位,包括本地和云)

totalBackupSizeInBytes

备份占用的总大小(以字节为单位)

totalLocalStorageInBytes

设备的总本地存储容量(以字节为单位)。

totalStorageInBytes

设备上可用的总存储(以字节为单位)。

usingLocalStorageInBytes

当前使用的本地存储(以字节为单位)

usingStorageInBytes

当前使用的存储(包括本地和云)以字节为单位

属性详细信息

availableLocalStorageInBytes

设备上可用的本地挂起存储(以字节为单位)

availableLocalStorageInBytes?: number

属性值

number

availableStorageInBytes

设备上挂起的可用存储总数(以字节为单位)

availableStorageInBytes?: number

属性值

number

endpointCount

当前在设备上的终结点总数(即 FileServer 上的共享数或 IscsiServer 上的卷数)

endpointCount?: number

属性值

number

provisionedLocalStorageInBytes

设备上本地预配的存储(以字节为单位)

provisionedLocalStorageInBytes?: number

属性值

number

provisionedStorageInBytes

设备上预配的存储(以字节为单位,包括本地和云)

provisionedStorageInBytes?: number

属性值

number

totalBackupSizeInBytes

备份占用的总大小(以字节为单位)

totalBackupSizeInBytes?: number

属性值

number

totalLocalStorageInBytes

设备的总本地存储容量(以字节为单位)。

totalLocalStorageInBytes?: number

属性值

number

totalStorageInBytes

设备上可用的总存储(以字节为单位)。

totalStorageInBytes?: number

属性值

number

usingLocalStorageInBytes

当前使用的本地存储(以字节为单位)

usingLocalStorageInBytes?: number

属性值

number

usingStorageInBytes

当前使用的存储(包括本地和云)以字节为单位

usingStorageInBytes?: number

属性值

number