ListConfigurationSettingPage interface
A page of configuration settings and the corresponding HTTP response
- Extends
Properties
items | The configuration settings for this page of results. |
Inherited Properties
continuation |
The token that keeps track of where to continue the iterator |
etag | The etag for this entity |
Property Details
items
The configuration settings for this page of results.
items: ConfigurationSetting<string>[]
Property Value
ConfigurationSetting<string>[]
Inherited Property Details
continuationToken
The token that keeps track of where to continue the iterator
continuationToken?: string
Property Value
string
Inherited From PageSettings.continuationToken