RestorePointCollectionListResultOutput interface
The List restore point collection operation response.
Properties
| next |
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
nextLink
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?: RestorePointCollectionOutput[]