Share via


RestorePointPropertiesOutput interface

The restore point properties.

Properties

consistencyMode

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.

excludeDisks

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.

instanceView

The restore point instance view.

provisioningState

Gets the provisioning state of the restore point.

sourceMetadata

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

sourceRestorePoint

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

timeCreated

Gets the creation time of the restore point.

Property Details

consistencyMode

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.

consistencyMode?: "CrashConsistent" | "FileSystemConsistent" | "ApplicationConsistent"

Property Value

"CrashConsistent" | "FileSystemConsistent" | "ApplicationConsistent"

excludeDisks

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.

excludeDisks?: ApiEntityReferenceOutput[]

Property Value

instanceView

The restore point instance view.

instanceView?: RestorePointInstanceViewOutput

Property Value

provisioningState

Gets the provisioning state of the restore point.

provisioningState?: string

Property Value

string

sourceMetadata

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

sourceMetadata?: RestorePointSourceMetadataOutput

Property Value

sourceRestorePoint

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

sourceRestorePoint?: ApiEntityReferenceOutput

Property Value

timeCreated

Gets the creation time of the restore point.

timeCreated?: string

Property Value

string