你当前正在访问 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