DiskRestorePointListOutput interface
The List Disk Restore Points operation response.
Properties
| next |
The uri to fetch the next page of disk restore points. Call ListNext() with this to fetch the next page of disk restore points. |
| value | A list of disk restore points. |
Property Details
nextLink
The uri to fetch the next page of disk restore points. Call ListNext() with this to fetch the next page of disk restore points.
nextLink?: string
Property Value
string
value
A list of disk restore points.
value: DiskRestorePointOutput[]