DiskRestorePointList Class

The List Disk Restore Points operation response.

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

Inheritance
DiskRestorePointList

Constructor

DiskRestorePointList(*, value: List[azure.mgmt.compute.v2021_04_01.models._models_py3.DiskRestorePoint], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[DiskRestorePoint]
Required

Required. A list of disk restore points.

next_link
str
Required

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