get Key Value
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
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.
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.