HealthbotFunctions

Functions

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

Get a HealthBot. Uses Azure REST API version 2024-02-01. Other available API versions: 2023-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native healthbot [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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 2024-02-01. Other available API versions: 2023-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native healthbot [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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