HealthbotFunctions

Functions

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

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

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. Azure REST API version: 2023-05-01.

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