Package version:

Interface RestorePointCollection

Create or update Restore Point collection parameters.

interface RestorePointCollection {
    id?: string;
    location: string;
    name?: string;
    provisioningState?: string;
    restorePointCollectionId?: string;
    restorePoints?: RestorePoint[];
    source?: RestorePointCollectionSourceProperties;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

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

location: string

Resource location

name?: string

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

provisioningState?: string

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

restorePointCollectionId?: string

The unique id of the restore point collection. NOTE: This property will not be serialized. It can only be populated by the server.

restorePoints?: RestorePoint[]

A list containing all restore points created under this restore point collection. NOTE: This property will not be serialized. It can only be populated by the server.

The properties of the source resource that this restore point collection is created from.

tags?: {
    [propertyName: string]: string;
}

Resource tags

type?: string

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