Botservice Functions
object BotserviceFunctions
Functions
Link copied to clipboard
Returns a BotService specified by the parameters. API Version: 2021-03-01.
Link copied to clipboard
Get a Connection Setting registration for a Bot Service API Version: 2021-03-01.
suspend fun getBotConnection(argument: suspend GetBotConnectionPlainArgsBuilder.() -> Unit): GetBotConnectionResult
suspend fun getBotConnection(connectionName: String, resourceGroupName: String, resourceName: String): GetBotConnectionResult
Link copied to clipboard
Returns a BotService Channel registration specified by the parameters. API Version: 2021-03-01.
suspend fun getChannel(channelName: String, resourceGroupName: String, resourceName: String): GetChannelResult
Link copied to clipboard
suspend fun getEnterpriseChannel(argument: GetEnterpriseChannelPlainArgs): GetEnterpriseChannelResult
Returns an Enterprise Channel specified by the parameters. API Version: 2018-07-12.
suspend fun getEnterpriseChannel(argument: suspend GetEnterpriseChannelPlainArgsBuilder.() -> Unit): GetEnterpriseChannelResult
suspend fun getEnterpriseChannel(resourceGroupName: String, resourceName: String): GetEnterpriseChannelResult
Link copied to clipboard
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Gets the specified private endpoint connection associated with the Bot. API Version: 2021-05-01-preview.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, resourceName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard
Lists the available Service Providers for creating Connection Settings API Version: 2021-03-01.
Link copied to clipboard
suspend fun listBotConnectionWithSecrets(argument: ListBotConnectionWithSecretsPlainArgs): ListBotConnectionWithSecretsResult
Get a Connection Setting registration for a Bot Service API Version: 2021-03-01.
suspend fun listBotConnectionWithSecrets(argument: suspend ListBotConnectionWithSecretsPlainArgsBuilder.() -> Unit): ListBotConnectionWithSecretsResult
suspend fun listBotConnectionWithSecrets(connectionName: String, resourceGroupName: String, resourceName: String): ListBotConnectionWithSecretsResult
Link copied to clipboard
Lists a Channel registration for a Bot Service including secrets API Version: 2021-03-01.
suspend fun listChannelWithKeys(argument: suspend ListChannelWithKeysPlainArgsBuilder.() -> Unit): ListChannelWithKeysResult
suspend fun listChannelWithKeys(channelName: String, resourceGroupName: String, resourceName: String): ListChannelWithKeysResult