RestorePointCollectionListResult interface

The List restore point collection operation response.

Properties

nextLink

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

value

Gets the list of restore point collections.

Property Details

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

nextLink?: string

Property Value

string

value

Gets the list of restore point collections.

value?: RestorePointCollection[]

Property Value