getChannel

Returns a BotService Channel registration specified by the parameters. API Version: 2021-03-01.

Return

Bot channel resource definition

Parameters

argument

null


suspend fun getChannel(channelName: String, resourceGroupName: String, resourceName: String): GetChannelResult

Return

Bot channel resource definition

Parameters

channelName

The name of the Bot resource.

resourceGroupName

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

resourceName

The name of the Bot resource.

See also


suspend fun getChannel(argument: suspend GetChannelPlainArgsBuilder.() -> Unit): GetChannelResult

Return

Bot channel resource definition

Parameters

argument

Builder for com.pulumi.azurenative.botservice.kotlin.inputs.GetChannelPlainArgs.

See also