DiskList Class

The List Disks operation response.

All required parameters must be populated in order to send to Azure.

Inheritance
DiskList

Constructor

DiskList(*, value: List[azure.mgmt.compute.v2019_11_01.models._models_py3.Disk], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[Disk]
Required

Required. A list of disks.

next_link
str
Required

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