get Configuration Store
suspend fun getConfigurationStore(argument: GetConfigurationStorePlainArgs): GetConfigurationStoreResult
Gets the properties of the specified configuration store. API Version: 2020-06-01.
Return
The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it.
Parameters
argument
null
suspend fun getConfigurationStore(configStoreName: String, resourceGroupName: String): GetConfigurationStoreResult
Return
The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it.
Parameters
config Store Name
The name of the configuration store.
resource Group Name
The name of the resource group to which the container registry belongs.
See also
suspend fun getConfigurationStore(argument: suspend GetConfigurationStorePlainArgsBuilder.() -> Unit): GetConfigurationStoreResult
Return
The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it.
Parameters
argument
Builder for com.pulumi.azurenative.appconfiguration.kotlin.inputs.GetConfigurationStorePlainArgs.