RestorePoint Class

Restore Point details.

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

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

Constructor

RestorePoint(*, exclude_disks: List[_models.ApiEntityReference] | None = None, consistency_mode: str | _models.ConsistencyModeTypes | None = None, time_created: datetime | None = None, source_restore_point: _models.ApiEntityReference | 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.

consistency_mode

ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. 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.

source_restore_point

Resource Id of the source restore point from which a copy needs to be created.

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

ConsistencyMode of the RestorePoint. Can be specified in the input while creating a restore point. For now, only CrashConsistent is accepted as a valid input. 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.

source_restore_point

Resource Id of the source restore point from which a copy needs to be created.

instance_view

The restore point instance view.