RestorePointEncryption Class
Encryption at rest settings for disk restore point. It is an optional property that can be specified in the input while creating a restore point.
- Inheritance
-
azure.mgmt.compute._serialization.ModelRestorePointEncryption
Constructor
RestorePointEncryption(*, disk_encryption_set: _models.DiskEncryptionSetParameters | None = None, type: str | _models.RestorePointEncryptionType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
disk_encryption_set
|
Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. Note: The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details. |
type
|
The type of key used to encrypt the data of the disk restore point. Known values are: "EncryptionAtRestWithPlatformKey", "EncryptionAtRestWithCustomerKey", and "EncryptionAtRestWithPlatformAndCustomerKeys". |
Variables
Name | Description |
---|---|
disk_encryption_set
|
Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. Note: The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details. |
type
|
The type of key used to encrypt the data of the disk restore point. Known values are: "EncryptionAtRestWithPlatformKey", "EncryptionAtRestWithCustomerKey", and "EncryptionAtRestWithPlatformAndCustomerKeys". |
Azure SDK for Python