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

instantAccessDurationMinutes

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.

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?: string

Property Value

string

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?: ApiEntityReference[]

Property Value

instanceView

The restore point instance view.

instanceView?: RestorePointInstanceView

Property Value

instantAccessDurationMinutes

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.

instantAccessDurationMinutes?: number

Property Value

number

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?: RestorePointSourceMetadata

Property Value

sourceRestorePoint

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

sourceRestorePoint?: ApiEntityReference

Property Value

timeCreated

Gets the creation time of the restore point.

timeCreated?: Date

Property Value

Date