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

DiskEncryptionSetUpdate 类

磁盘加密集更新资源。

继承
azure.mgmt.compute._serialization.Model
DiskEncryptionSetUpdate

构造函数

DiskEncryptionSetUpdate(*, tags: Dict[str, str] | None = None, identity: _models.EncryptionSetIdentity | None = None, encryption_type: str | _models.DiskEncryptionSetType | None = None, active_key: _models.KeyForDiskEncryptionSet | None = None, rotation_to_latest_key_version_enabled: bool | None = None, **kwargs)

变量

tags
dict[str, str]

资源标记。

identity
EncryptionSetIdentity

磁盘加密集的托管标识。 应先向其授予对密钥保管库的权限,然后才能使用它来加密磁盘。

encryption_type
strDiskEncryptionSetType

用于加密磁盘数据的密钥类型。 已知值为:“EncryptionAtRestWithCustomerKey”和“EncryptionAtRestWithPlatformAndCustomerKeys”。

active_key
KeyForDiskEncryptionSet

密钥保管库密钥 URL,用于托管磁盘和快照的服务器端加密。

rotation_to_latest_key_version_enabled
bool

将此标志设置为 true 以启用此磁盘加密集到最新密钥版本的自动更新。