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

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_03_01.models._models_py3.SubResourceReadOnly
DiskRestorePointAttributes

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
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.