SnapshotListResult Class

The response from the List Snapshots operation.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
SnapshotListResult

Constructor

SnapshotListResult(*, value: Optional[List[_models.Snapshot]] = None, **kwargs)

Variables

value
list[Snapshot]

The list of snapshots.

next_link
str

The URL to get the next set of snapshot results.