RestorePointProperties Class

The restore point properties.

Constructor

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

Variables

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.

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.

instant_access_duration_minutes
int

This property determines the time in minutes the snapshot is retained as instant access for restoring Premium SSD v2 or Ultra disk with fast restore performance in this restore point.

Attributes

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

consistency_mode: str | _models.ConsistencyModeTypes | None

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.

exclude_disks: list['_models.ApiEntityReference'] | None

instance_view

The restore point instance view.

instance_view: _models.RestorePointInstanceView | None

instant_access_duration_minutes

This property determines the time in minutes the snapshot is retained as instant access for restoring Premium SSD v2 or Ultra disk with fast restore performance in this restore point.

instant_access_duration_minutes: int | None

provisioning_state

Gets the provisioning state of the restore point.

provisioning_state: str | None

source_metadata

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

source_metadata: _models.RestorePointSourceMetadata | None

source_restore_point

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

source_restore_point: _models.ApiEntityReference | None

time_created

Gets the creation time of the restore point.

time_created: datetime | None