HealthbotFunctions

Functions

Link copied to clipboard
suspend fun getBot(argument: GetBotPlainArgs): GetBotResult

Get a HealthBot. Uses Azure REST API version 2023-05-01. Other available API versions: 2020-12-08-preview, 2024-02-01.

suspend fun getBot(argument: suspend GetBotPlainArgsBuilder.() -> Unit): GetBotResult
suspend fun getBot(botName: String, resourceGroupName: String): GetBotResult
Link copied to clipboard

List all secrets of a HealthBot. Uses Azure REST API version 2023-05-01. Other available API versions: 2024-02-01.

suspend fun listBotSecrets(botName: String, resourceGroupName: String): ListBotSecretsResult