Package version:

A page of configuration settings and the corresponding HTTP response

interface ListSnapshotsPage {
    continuationToken?: string;
    items: ConfigurationSnapshot[];
    syncToken?: string;
}

Hierarchy (view full)

Properties

continuationToken?: string

The token that keeps track of where to continue the iterator

The configuration settings for this page of results.

syncToken?: string

Enables real-time consistency between requests by providing the returned value in the next request made to the server.