Skip to main content

key_values

Overview

Namekey_values
TypeResource
Idazure.app_configuration.key_values

Fields

NameDatatypeDescription
idstringThe resource ID.
namestringThe name of the resource.
propertiesobjectAll key-value properties.
typestringThe type of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTconfigStoreName, keyValueName, resourceGroupName, subscriptionIdGets the properties of the specified key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.
create_or_updateINSERTconfigStoreName, keyValueName, resourceGroupName, subscriptionIdCreates a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.
deleteDELETEconfigStoreName, keyValueName, resourceGroupName, subscriptionIdDeletes a key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead.