get Bot Connection
Get a Connection Setting registration for a Bot Service API Version: 2021-03-01.
Return
Bot channel resource definition
Parameters
argument
null
suspend fun getBotConnection(connectionName: String, resourceGroupName: String, resourceName: String): GetBotConnectionResult
Return
Bot channel resource definition
Parameters
connection Name
The name of the Bot Service Connection Setting resource.
resource Group Name
The name of the Bot resource group in the user subscription.
resource Name
The name of the Bot resource.
See also
suspend fun getBotConnection(argument: suspend GetBotConnectionPlainArgsBuilder.() -> Unit): GetBotConnectionResult
Return
Bot channel resource definition
Parameters
argument
Builder for com.pulumi.azurenative.botservice.kotlin.inputs.GetBotConnectionPlainArgs.