Partager via


DiskList interface

The List Disks operation response.

Properties

nextLink

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

value

A list of disks.

Property Details

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

nextLink?: string

Property Value

string

value

A list of disks.

value: Disk[]

Property Value

Disk[]