RestorePoint Class

Restore Point details.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.compute.v2021_03_01.models._models_py3.ProxyResource
RestorePoint

Constructor

RestorePoint(*, exclude_disks: List[_models.ApiEntityReference] | None = None, time_created: datetime | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
exclude_disks

List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included.

time_created

Gets the creation time of the restore point.

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

exclude_disks

List of disk resource ids that the customer wishes to exclude from the restore point. If no disks are specified, all disks will be included.

source_metadata

Gets the details of the VM captured at the time of the restore point creation.

provisioning_state
str

Gets the provisioning state of the restore point.

consistency_mode

Gets the consistency mode for the restore point. Please refer to https://aka.ms/RestorePoints for more details. Known values are: "CrashConsistent", "FileSystemConsistent", and "ApplicationConsistent".

time_created

Gets the creation time of the restore point.