RestorePointProperties interface
The restore point properties.
Properties
| consistency |
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. |
| exclude |
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. |
| instance |
The restore point instance view. |
| instant |
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. |
| provisioning |
Gets the provisioning state of the restore point. |
| source |
Gets the details of the VM captured at the time of the restore point creation. |
| source |
Resource Id of the source restore point from which a copy needs to be created. |
| time |
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