DiskRestorePointAttributes Class

Disk Restore Point details.

Constructor

DiskRestorePointAttributes(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

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.

Attributes

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.

encryption: _models.RestorePointEncryption | None

source_disk_restore_point

Resource Id of the source disk restore point.

source_disk_restore_point: _models.ApiEntityReference | None