Package version:

Interface DiskList

The List Disks operation response.

interface DiskList {
    nextLink?: string;
    value: Disk[];
}

Properties

Properties

nextLink?: string

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

value: Disk[]

A list of disks.