Share via


BotChannelCollection.CreateOrUpdate Method

Definition

Creates a Channel registration for a Bot Service

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/channels/{channelName}
  • Operation Id: Channels_Create
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BotService.BotChannelResource> CreateOrUpdate (Azure.WaitUntil waitUntil, Azure.ResourceManager.BotService.Models.BotChannelName channelName, Azure.ResourceManager.BotService.BotChannelData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.BotService.Models.BotChannelName * Azure.ResourceManager.BotService.BotChannelData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BotService.BotChannelResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.BotService.Models.BotChannelName * Azure.ResourceManager.BotService.BotChannelData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BotService.BotChannelResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, channelName As BotChannelName, data As BotChannelData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of BotChannelResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

channelName
BotChannelName

The name of the Channel resource.

data
BotChannelData

The parameters to provide for the created bot.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to