Package version:

Interface RestorePointCollectionUpdate

Update Restore Point collection parameters.

interface RestorePointCollectionUpdate {
    provisioningState?: string;
    restorePointCollectionId?: string;
    restorePoints?: RestorePoint[];
    source?: RestorePointCollectionSourceProperties;
    tags?: {
        [propertyName: string]: string;
    };
}

Hierarchy (view full)

Properties

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