Package version:

A page of configuration settings and the corresponding HTTP response

interface ListRevisionsPage {
    _response: any;
    continuationToken?: string;
    items: ConfigurationSetting<string>[];
}

Hierarchy (view full)

Properties

_response: any

The underlying HTTP response.

continuationToken?: string

The token that keeps track of where to continue the iterator

items: ConfigurationSetting<string>[]

The configuration settings for this page of results.