ConfigurationStoreListResult Class

The result of a request to list configuration stores.

Inheritance
ConfigurationStoreListResult

Constructor

ConfigurationStoreListResult(*, value: Optional[List[azure.mgmt.appconfiguration.models._models_py3.ConfigurationStore]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[ConfigurationStore]

The collection value.

next_link
str

The URI that can be used to request the next set of paged results.