Package version:

Interface RestorePointCollectionListResult

The List restore point collection operation response.

interface RestorePointCollectionListResult {
    nextLink?: string;
    value?: RestorePointCollection[];
}

Properties

Properties

nextLink?: string

The uri to fetch the next page of RestorePointCollections. Call ListNext() with this to fetch the next page of RestorePointCollections

Gets the list of restore point collections.