get Channel
Returns a BotService Channel registration specified by the parameters. Azure REST API version: 2022-09-15. Other available API versions: 2023-09-15-preview.
Return
Bot channel resource definition
Parameters
argument
null
suspend fun getChannel(channelName: String, resourceGroupName: String, resourceName: String): GetChannelResult
Return
Bot channel resource definition
See also
Parameters
channel Name
The name of the Bot resource.
resource Group Name
The name of the Bot resource group in the user subscription.
resource Name
The name of the Bot resource.
Return
Bot channel resource definition
See also
Parameters
argument
Builder for com.pulumi.azurenative.botservice.kotlin.inputs.GetChannelPlainArgs.