DiskRestorePointList interface

The List Disk Restore Points operation response.

Properties

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.

value

A list of disk restore points.

Property Details

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: DiskRestorePoint[]

Property Value