Package version:

Interface RestorePoint

Restore Point details.

interface RestorePoint {
    consistencyMode?: string;
    excludeDisks?: ApiEntityReference[];
    id?: string;
    instanceView?: RestorePointInstanceView;
    name?: string;
    provisioningState?: string;
    sourceMetadata?: RestorePointSourceMetadata;
    sourceRestorePoint?: ApiEntityReference;
    timeCreated?: any;
    type?: string;
}

Hierarchy (view full)

Properties

consistencyMode?: string

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

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.

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

The restore point instance view. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Gets the provisioning state of the restore point. NOTE: This property will not be serialized. It can only be populated by the server.

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

sourceRestorePoint?: ApiEntityReference

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

timeCreated?: any

Gets the creation time of the restore point.

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.