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. |
| 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?: "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?: ApiEntityReference[]
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?: string | Date
Property Value
string | Date