v2

latestSwagger 2.0raw.githubusercontent.com2020-05-01173153.1 KB
ConfigurationStores

Lists a configuration store key-value.

post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppConfiguration/configurationStores/{configStoreName}/listKeyValue

Path parameters

subscriptionIdstring required

The Microsoft Azure subscription ID.

resourceGroupNamestring required

The name of the resource group to which the container registry belongs.

configStoreNamestring required

The name of the configuration store.

Query parameters

api-versionstring required

The client API version.

Request body

keystring required

The key to retrieve.

labelstring

The label of the key.

Response

The request was successful; the request was well-formed and received properly.

keystring

The primary identifier of a key-value. The key is used in unison with the label to uniquely identify a key-value.

labelstring

A value used to group key-values. The label is used in unison with the key to uniquely identify a key-value.

valuestring

The value of the key-value.

contentTypestring

The content type of the key-value's value. Providing a proper content-type can enable transformations of values when they are retrieved by applications.

eTagstring

An ETag indicating the state of a key-value within a configuration store.

lastModifiedstring date-time

The last time a modifying operation was performed on the given key-value.

lockedboolean

A value indicating whether the key-value is locked. A locked key-value may not be modified until it is unlocked.

tagsobject

A dictionary of tags that can help identify what a key-value may be applicable for.