SnapshotList Class

The List Snapshots operation response.

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

Inheritance
SnapshotList

Constructor

SnapshotList(*, value: List[azure.mgmt.compute.v2019_07_01.models._models_py3.Snapshot], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[Snapshot]
Required

Required. A list of snapshots.

next_link
str
Required

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