getBot

suspend fun getBot(argument: GetBotPlainArgs): GetBotResult

Get a HealthBot. API Version: 2020-12-08.

Return

HealthBot resource definition

Parameters

argument

null


suspend fun getBot(botName: String, resourceGroupName: String): GetBotResult

Return

HealthBot resource definition

Parameters

botName

The name of the Bot resource.

resourceGroupName

The name of the Bot resource group in the user subscription.

See also


suspend fun getBot(argument: suspend GetBotPlainArgsBuilder.() -> Unit): GetBotResult

Return

HealthBot resource definition

Parameters

argument

Builder for com.pulumi.azurenative.healthbot.kotlin.inputs.GetBotPlainArgs.

See also