你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Encryption 类
磁盘或快照的静态加密设置。
- 继承
-
azure.mgmt.compute._serialization.ModelEncryption
构造函数
Encryption(*, disk_encryption_set_id: str | None = None, type: str | _models.EncryptionType | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
disk_encryption_set_id
|
要用于启用静态加密的磁盘加密集的 ResourceId。 |
type
|
用于加密磁盘数据的密钥类型。 已知值为:“EncryptionAtRestWithPlatformKey”、“EncryptionAtRestWithCustomerKey”和“EncryptionAtRestWithPlatformAndCustomerKeys”。 |
变量
名称 | 说明 |
---|---|
disk_encryption_set_id
|
要用于启用静态加密的磁盘加密集的 ResourceId。 |
type
|
用于加密磁盘数据的密钥类型。 已知值为:“EncryptionAtRestWithPlatformKey”、“EncryptionAtRestWithCustomerKey”和“EncryptionAtRestWithPlatformAndCustomerKeys”。 |