Appconfiguration Functions
object AppconfigurationFunctions
Functions
Link copied to clipboard
suspend fun getConfigurationStore(argument: GetConfigurationStorePlainArgs): GetConfigurationStoreResult
Gets the properties of the specified configuration store. Azure REST API version: 2023-03-01.
suspend fun getConfigurationStore(argument: suspend GetConfigurationStorePlainArgsBuilder.() -> Unit): GetConfigurationStoreResult
suspend fun getConfigurationStore(configStoreName: String, resourceGroupName: String): GetConfigurationStoreResult
Link copied to clipboard
Gets the properties of the specified key-value. NOTE: This operation is intended for use in ARM Template deployments. For all other scenarios involving App Configuration key-values the data plane API should be used instead. Azure REST API version: 2023-03-01.
suspend fun getKeyValue(argument: suspend GetKeyValuePlainArgsBuilder.() -> Unit): GetKeyValueResult
suspend fun getKeyValue(configStoreName: String, keyValueName: String, resourceGroupName: String): GetKeyValueResult
Link copied to clipboard
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the specified private endpoint connection associated with the configuration store. Azure REST API version: 2023-03-01.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
suspend fun getPrivateEndpointConnection(configStoreName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard
Gets the properties of the specified replica. Azure REST API version: 2023-03-01.
suspend fun getReplica(configStoreName: String, replicaName: String, resourceGroupName: String): GetReplicaResult
Link copied to clipboard
suspend fun listConfigurationStoreKeys(argument: ListConfigurationStoreKeysPlainArgs): ListConfigurationStoreKeysResult
Lists the access key for the specified configuration store. Azure REST API version: 2023-03-01.
suspend fun listConfigurationStoreKeys(argument: suspend ListConfigurationStoreKeysPlainArgsBuilder.() -> Unit): ListConfigurationStoreKeysResult
suspend fun listConfigurationStoreKeys(configStoreName: String, resourceGroupName: String, skipToken: String? = null): ListConfigurationStoreKeysResult