PurviewFunctions

Functions

Link copied to clipboard

Get an account Uses Azure REST API version 2021-12-01. Other available API versions: 2020-12-01-preview, 2021-07-01, 2023-05-01-preview, 2024-04-01-preview.

suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult
suspend fun getAccount(accountName: String, resourceGroupName: String): GetAccountResult
Link copied to clipboard

Gets the kafka configuration for the account Uses Azure REST API version 2021-12-01. Other available API versions: 2023-05-01-preview, 2024-04-01-preview.

suspend fun getKafkaConfiguration(accountName: String, kafkaConfigurationName: String, resourceGroupName: String): GetKafkaConfigurationResult
Link copied to clipboard

Get a private endpoint connection Uses Azure REST API version 2021-12-01. Other available API versions: 2021-07-01, 2023-05-01-preview, 2024-04-01-preview.

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

List the authorization keys associated with this account. Uses Azure REST API version 2021-12-01. Other available API versions: 2020-12-01-preview, 2021-07-01, 2023-05-01-preview, 2024-04-01-preview.

suspend fun listAccountKeys(accountName: String, resourceGroupName: String): ListAccountKeysResult
Link copied to clipboard

Gets details from a list of feature names. Uses Azure REST API version 2021-12-01. Other available API versions: 2023-05-01-preview, 2024-04-01-preview.

suspend fun listFeatureAccount(accountName: String, features: List<String>? = null, resourceGroupName: String): ListFeatureAccountResult
Link copied to clipboard

Gets details from a list of feature names. Uses Azure REST API version 2021-12-01. Other available API versions: 2023-05-01-preview, 2024-04-01-preview.

suspend fun listFeatureSubscription(features: List<String>? = null, locations: String): ListFeatureSubscriptionResult