Uses of Enum
com.azure.resourcemanager.botservice.models.ChannelName
Packages that use ChannelName
Package
Description
Package containing the service clients for AzureBotService.
Package containing the data models for AzureBotService.
-
Uses of ChannelName in com.azure.resourcemanager.botservice.fluent
Methods in com.azure.resourcemanager.botservice.fluent with parameters of type ChannelNameModifier and TypeMethodDescriptionChannelsClient.create(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters) Creates a Channel registration for a Bot Service.com.azure.core.http.rest.Response<BotChannelInner> ChannelsClient.createWithResponse(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters, com.azure.core.util.Context context) Creates a Channel registration for a Bot Service.ChannelsClient.listWithKeys(String resourceGroupName, String resourceName, ChannelName channelName) Lists a Channel registration for a Bot Service including secrets.com.azure.core.http.rest.Response<ListChannelWithKeysResponseInner> ChannelsClient.listWithKeysWithResponse(String resourceGroupName, String resourceName, ChannelName channelName, com.azure.core.util.Context context) Lists a Channel registration for a Bot Service including secrets.ChannelsClient.update(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters) Updates a Channel registration for a Bot Service.com.azure.core.http.rest.Response<BotChannelInner> ChannelsClient.updateWithResponse(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters, com.azure.core.util.Context context) Updates a Channel registration for a Bot Service. -
Uses of ChannelName in com.azure.resourcemanager.botservice.models
Methods in com.azure.resourcemanager.botservice.models that return ChannelNameModifier and TypeMethodDescriptionstatic ChannelNameChannelName.fromString(String value) Parses a serialized value to a ChannelName instance.static ChannelNameReturns the enum constant of this type with the specified name.static ChannelName[]ChannelName.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.botservice.models with parameters of type ChannelNameModifier and TypeMethodDescriptionChannels.create(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters) Creates a Channel registration for a Bot Service.com.azure.core.http.rest.Response<BotChannel> Channels.createWithResponse(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters, com.azure.core.util.Context context) Creates a Channel registration for a Bot Service.Channels.listWithKeys(String resourceGroupName, String resourceName, ChannelName channelName) Lists a Channel registration for a Bot Service including secrets.com.azure.core.http.rest.Response<ListChannelWithKeysResponse> Channels.listWithKeysWithResponse(String resourceGroupName, String resourceName, ChannelName channelName, com.azure.core.util.Context context) Lists a Channel registration for a Bot Service including secrets.Channels.update(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters) Updates a Channel registration for a Bot Service.com.azure.core.http.rest.Response<BotChannel> Channels.updateWithResponse(String resourceGroupName, String resourceName, ChannelName channelName, BotChannelInner parameters, com.azure.core.util.Context context) Updates a Channel registration for a Bot Service.