AppconfigurationFunctions

Functions

Link copied to clipboard

The configuration store along with all resource properties. The Configuration Store will have all information to begin utilizing it. API Version: 2020-06-01.

suspend fun getConfigurationStore(configStoreName: String, resourceGroupName: String): GetConfigurationStoreResult
Link copied to clipboard

The key-value resource along with all resource properties. API Version: 2020-07-01-preview.

suspend fun getKeyValue(argument: suspend GetKeyValuePlainArgsBuilder.() -> Unit): GetKeyValueResult
suspend fun getKeyValue(configStoreName: String, keyValueName: String, resourceGroupName: String): GetKeyValueResult
Link copied to clipboard

A private endpoint connection API Version: 2020-06-01.

suspend fun getPrivateEndpointConnection(configStoreName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

The result of a request to list API keys. API Version: 2020-06-01.

suspend fun listConfigurationStoreKeys(configStoreName: String, resourceGroupName: String, skipToken: String? = null): ListConfigurationStoreKeysResult
Link copied to clipboard

The result of a request to retrieve a key-value from the specified configuration store. API Version: 2020-06-01.

suspend fun listConfigurationStoreKeyValue(configStoreName: String, key: String, label: String? = null, resourceGroupName: String): ListConfigurationStoreKeyValueResult