list Configuration Store Key Value
suspend fun listConfigurationStoreKeyValue(argument: ListConfigurationStoreKeyValuePlainArgs): ListConfigurationStoreKeyValueResult
Lists a configuration store key-value. API Version: 2020-06-01.
Return
The result of a request to retrieve a key-value from the specified configuration store.
Parameters
argument
null
suspend fun listConfigurationStoreKeyValue(configStoreName: String, key: String, label: String? = null, resourceGroupName: String): ListConfigurationStoreKeyValueResult
Return
The result of a request to retrieve a key-value from the specified configuration store.
Parameters
config Store Name
The name of the configuration store.
key
The key to retrieve.
label
The label of the key.
resource Group Name
The name of the resource group to which the container registry belongs.
See also
suspend fun listConfigurationStoreKeyValue(argument: suspend ListConfigurationStoreKeyValuePlainArgsBuilder.() -> Unit): ListConfigurationStoreKeyValueResult
Return
The result of a request to retrieve a key-value from the specified configuration store.
Parameters
argument
Builder for com.pulumi.azurenative.appconfiguration.kotlin.inputs.ListConfigurationStoreKeyValuePlainArgs.