SnapshotList interface

The List Snapshots operation response.

Properties

nextLink

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

value

A list of snapshots.

Property Details

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

nextLink?: string

Property Value

string

value

A list of snapshots.

value: Snapshot[]

Property Value