AppconfigurationFunctions

Functions

Link copied to clipboard

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.

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. Uses Azure REST API version 2023-03-01. Other available API versions: 2023-08-01-preview, 2023-09-01-preview, 2024-05-01.

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. Uses Azure REST API version 2023-03-01. Other available API versions: 2023-08-01-preview, 2023-09-01-preview, 2024-05-01.

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

Gets the properties of the specified replica. Uses Azure REST API version 2023-03-01. Other available API versions: 2023-08-01-preview, 2023-09-01-preview, 2024-05-01.

suspend fun getReplica(argument: suspend GetReplicaPlainArgsBuilder.() -> Unit): GetReplicaResult
suspend fun getReplica(configStoreName: String, replicaName: String, resourceGroupName: String): GetReplicaResult
Link copied to clipboard

Lists the access key for 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.

suspend fun listConfigurationStoreKeys(configStoreName: String, resourceGroupName: String, skipToken: String? = null): ListConfigurationStoreKeysResult