Appconfiguration Functions
object AppconfigurationFunctions
Functions
Link copied to clipboard
suspend fun getConfigurationStore(argument: GetConfigurationStorePlainArgs): GetConfigurationStoreResult
Gets the properties of the specified configuration store. API Version: 2020-06-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. 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
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the specified private endpoint connection associated with the configuration store. API Version: 2020-06-01.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
suspend fun getPrivateEndpointConnection(configStoreName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard
suspend fun listConfigurationStoreKeys(argument: ListConfigurationStoreKeysPlainArgs): ListConfigurationStoreKeysResult
Lists the access key for the specified configuration store. API Version: 2020-06-01.
suspend fun listConfigurationStoreKeys(argument: suspend ListConfigurationStoreKeysPlainArgsBuilder.() -> Unit): ListConfigurationStoreKeysResult
suspend fun listConfigurationStoreKeys(configStoreName: String, resourceGroupName: String, skipToken: String? = null): ListConfigurationStoreKeysResult
Link copied to clipboard
suspend fun listConfigurationStoreKeyValue(argument: ListConfigurationStoreKeyValuePlainArgs): ListConfigurationStoreKeyValueResult
Lists a configuration store key-value. API Version: 2020-06-01.
suspend fun listConfigurationStoreKeyValue(argument: suspend ListConfigurationStoreKeyValuePlainArgsBuilder.() -> Unit): ListConfigurationStoreKeyValueResult
suspend fun listConfigurationStoreKeyValue(configStoreName: String, key: String, label: String? = null, resourceGroupName: String): ListConfigurationStoreKeyValueResult