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

VolumeContainer 类

定义

卷容器。

[Microsoft.Rest.Serialization.JsonTransformation]
public class VolumeContainer : Microsoft.Azure.Management.StorSimple8000Series.Models.BaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VolumeContainer = class
    inherit BaseModel
Public Class VolumeContainer
Inherits BaseModel
继承
VolumeContainer
属性

构造函数

VolumeContainer()

初始化 VolumeContainer 类的新实例。

VolumeContainer(String, String, String, String, Nullable<Kind>, AsymmetricEncryptedSecret, Nullable<EncryptionStatus>, Nullable<Int32>, Nullable<OwnerShipStatus>, Nullable<Int32>, String, Nullable<Int64>)

初始化 VolumeContainer 类的新实例。

属性

BandWidthRateInMbps

获取或设置卷容器上设置的带宽速率。

BandwidthSettingId

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

EncryptionKey

获取或设置用于加密卷容器中的数据的密钥。 当属性“EncryptionStatus”为“Enabled”时,它是必需的。

EncryptionStatus

获取指示是否启用加密的标志。 可能的值包括:“Enabled”、“Disabled”

Id

获取唯一标识对象的路径 ID。

(继承自 BaseModel)
Kind

获取或设置 对象的 Kind。 目前仅支持 Series8000。 可能的值包括:“Series8000”

(继承自 BaseModel)
Name

获取对象的名称。

(继承自 BaseModel)
OwnerShipStatus

获取卷容器的所有者发货状态。 仅当状态为“NotOwned”时,才允许对卷容器执行删除操作。 可能的值包括:“Owned”、“NotOwned”

StorageAccountCredentialId

获取或设置与卷容器关联的存储帐户的路径 ID。

TotalCloudStorageUsageInBytes

获取卷容器的总云存储。

Type

获取 对象的分层类型。

(继承自 BaseModel)
VolumeCount

获取卷容器中的卷数。

方法

Validate()

验证 对象。

适用于