RestorePoint interface
Restore Point details.
- Extends
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. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Gets the provisioning state of the restore point. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
Inherited Properties
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
instanceView?: RestorePointInstanceView
Property Value
provisioningState
Gets the provisioning state of the restore point. NOTE: This property will not be serialized. It can only be populated by the server.
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
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type