getConfigurationStore

Gets the properties of the specified configuration store. Uses Azure REST API version 2023-03-01. Other available API versions: 2023-08-01-preview, 2023-09-01-preview, 2024-05-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

configStoreName

The name of the configuration store.

resourceGroupName

The name of the resource group to which the container registry belongs.

See also


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.

See also