get Key Value
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. Azure REST API version: 2023-03-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.
See also
Parameters
config Store Name
The name of the configuration store.
key Value Name
Identifier of key and label combination. Key and label are joined by $ character. Label is optional.
resource Group Name
The name of the resource group to which the container registry belongs.
suspend fun getKeyValue(argument: suspend GetKeyValuePlainArgsBuilder.() -> Unit): GetKeyValueResult
Return
The key-value resource along with all resource properties.
See also
Parameters
argument
Builder for com.pulumi.azurenative.appconfiguration.kotlin.inputs.GetKeyValuePlainArgs.