AppconfigurationFunctions

Functions

Link copied to clipboard

Gets the properties of the specified configuration store. API Version: 2020-06-01.

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

Gets the properties of the specified key-value. 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

Gets the specified private endpoint connection associated with the configuration store. API Version: 2020-06-01.

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

Lists the access key for the specified configuration store. API Version: 2020-06-01.

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

Lists a configuration store key-value. API Version: 2020-06-01.

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