DiskRestorePointAttributes Class
Disk Restore Point details.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute.v2024_07_01.models._models_py3.SubResourceReadOnlyDiskRestorePointAttributes
Constructor
DiskRestorePointAttributes(*, encryption: _models.RestorePointEncryption | None = None, source_disk_restore_point: _models.ApiEntityReference | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
encryption
|
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. |
source_disk_restore_point
|
Resource Id of the source disk restore point. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
encryption
|
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. |
source_disk_restore_point
|
Resource Id of the source disk restore point. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python