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

VolumeContainer interface

卷容器。

扩展

属性

bandWidthRateInMbps

在卷容器上设置的带宽速率。

bandwidthSettingId

与卷容器关联的带宽设置的 ID。

encryptionKey

用于加密卷容器中的数据的密钥。 属性“EncryptionStatus”为“Enabled”时是必需的。

encryptionStatus

指示是否启用加密的标志。 注意:此属性不会序列化。 它只能由服务器填充。

ownerShipStatus

卷容器的所有者发货状态。 仅当状态为“NotOwned”时,才允许对卷容器执行删除操作。 注意:此属性不会序列化。 它只能由服务器填充。

storageAccountCredentialId

与卷容器关联的存储帐户的路径 ID。

totalCloudStorageUsageInBytes

卷容器的总云存储。 注意:此属性不会序列化。 它只能由服务器填充。

volumeCount

卷容器中的卷数。 注意:此属性不会序列化。 它只能由服务器填充。

继承属性

id

唯一标识对象的路径 ID。 注意:此属性不会序列化。 它只能由服务器填充。

kind

对象的 Kind。 目前仅支持 Series8000

name

对象的名称。 注意:此属性不会序列化。 它只能由服务器填充。

type

对象的分层类型。 注意:此属性不会序列化。 它只能由服务器填充。

属性详细信息

bandWidthRateInMbps

在卷容器上设置的带宽速率。

bandWidthRateInMbps?: number

属性值

number

bandwidthSettingId

与卷容器关联的带宽设置的 ID。

bandwidthSettingId?: string

属性值

string

encryptionKey

用于加密卷容器中的数据的密钥。 属性“EncryptionStatus”为“Enabled”时是必需的。

encryptionKey?: AsymmetricEncryptedSecret

属性值

encryptionStatus

指示是否启用加密的标志。 注意:此属性不会序列化。 它只能由服务器填充。

encryptionStatus?: EncryptionStatus

属性值

ownerShipStatus

卷容器的所有者发货状态。 仅当状态为“NotOwned”时,才允许对卷容器执行删除操作。 注意:此属性不会序列化。 它只能由服务器填充。

ownerShipStatus?: OwnerShipStatus

属性值

storageAccountCredentialId

与卷容器关联的存储帐户的路径 ID。

storageAccountCredentialId: string

属性值

string

totalCloudStorageUsageInBytes

卷容器的总云存储。 注意:此属性不会序列化。 它只能由服务器填充。

totalCloudStorageUsageInBytes?: number

属性值

number

volumeCount

卷容器中的卷数。 注意:此属性不会序列化。 它只能由服务器填充。

volumeCount?: number

属性值

number

继承属性详细信息

id

唯一标识对象的路径 ID。 注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

继承自BaseModel.id

kind

对象的 Kind。 目前仅支持 Series8000

kind?: "Series8000"

属性值

"Series8000"

继承自baseModel.kind

name

对象的名称。 注意:此属性不会序列化。 它只能由服务器填充。

name?: string

属性值

string

继承自BaseModel.name

type

对象的分层类型。 注意:此属性不会序列化。 它只能由服务器填充。

type?: string

属性值

string

继承自 baseModel.type