Package version:

Interface DiskRestorePointList

The List Disk Restore Points operation response.

interface DiskRestorePointList {
    nextLink?: string;
    value: DiskRestorePoint[];
}

Properties

Properties

nextLink?: string

The uri to fetch the next page of disk restore points. Call ListNext() with this to fetch the next page of disk restore points.

A list of disk restore points.