getKeyValue

Gets 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. Uses Azure REST API version 2023-03-01. Other available API versions: 2023-08-01-preview, 2023-09-01-preview, 2024-05-01.

Return

The key-value resource along with all resource properties.

Parameters

argument

null


suspend fun getKeyValue(configStoreName: String, keyValueName: String, resourceGroupName: String): GetKeyValueResult

Return

The key-value resource along with all resource properties.

Parameters

configStoreName

The name of the configuration store.

keyValueName

Identifier of key and label combination. Key and label are joined by $ character. Label is optional.

resourceGroupName

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

See also


suspend fun getKeyValue(argument: suspend GetKeyValuePlainArgsBuilder.() -> Unit): GetKeyValueResult

Return

The key-value resource along with all resource properties.

Parameters

argument

Builder for com.pulumi.azurenative.appconfiguration.kotlin.inputs.GetKeyValuePlainArgs.

See also