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

RestorePointEncryption 类

磁盘还原点的静态加密设置。 它是一个可选属性,可在创建还原点时在输入中指定。

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

构造函数

RestorePointEncryption(*, disk_encryption_set: _models.DiskEncryptionSetParameters | None = None, type: str | _models.RestorePointEncryptionType | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
disk_encryption_set

描述可为磁盘指定的客户托管磁盘加密集资源 ID 的参数。 注意: 只能为托管磁盘指定磁盘加密集资源 ID。 有关更多详细信息,请参阅 https://aka.ms/mdssewithcmkoverview

type

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

变量

名称 说明
disk_encryption_set

描述可为磁盘指定的客户托管磁盘加密集资源 ID 的参数。 注意: 只能为托管磁盘指定磁盘加密集资源 ID。 有关更多详细信息,请参阅 https://aka.ms/mdssewithcmkoverview

type

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