你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DiskEncryptionSetUpdate 类
磁盘加密集更新资源。
- 继承
-
azure.mgmt.compute._serialization.ModelDiskEncryptionSetUpdate
构造函数
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, federated_client_id: str | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
tags
|
资源标记。 |
identity
|
磁盘加密集的托管标识。 在密钥保管库可用于加密磁盘之前,应向其授予对密钥保管库的权限。 |
encryption_type
|
用于加密磁盘数据的密钥类型。 已知值为:“EncryptionAtRestWithCustomerKey”、“EncryptionAtRestWithPlatformAndCustomerKeys”和“ConfidentialVmEncryptedWithCustomerKey”。 |
active_key
|
密钥保管库密钥 URL,用于托管磁盘和快照的服务器端加密。 |
rotation_to_latest_key_version_enabled
|
将此标志设置为 true 以启用此磁盘加密集的自动更新到最新密钥版本。 |
federated_client_id
|
用于访问不同租户中的密钥保管库的多租户应用程序客户端 ID。 将值设置为“None”将清除 属性。 |
变量
名称 | 说明 |
---|---|
tags
|
资源标记。 |
identity
|
磁盘加密集的托管标识。 在密钥保管库可用于加密磁盘之前,应向其授予对密钥保管库的权限。 |
encryption_type
|
用于加密磁盘数据的密钥类型。 已知值为:“EncryptionAtRestWithCustomerKey”、“EncryptionAtRestWithPlatformAndCustomerKeys”和“ConfidentialVmEncryptedWithCustomerKey”。 |
active_key
|
密钥保管库密钥 URL,用于托管磁盘和快照的服务器端加密。 |
rotation_to_latest_key_version_enabled
|
将此标志设置为 true 以启用此磁盘加密集的自动更新到最新密钥版本。 |
federated_client_id
|
用于访问不同租户中的密钥保管库的多租户应用程序客户端 ID。 将值设置为“None”将清除 属性。 |