getKeyValue

Gets the properties of the specified key-value. API Version: 2020-07-01-preview.

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