BotChannelCollection.CreateOrUpdateAsync 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. : BotChannels_Create.
  • Default Api Version. : 2023-09-15-preview.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BotService.BotChannelResource>> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.BotService.Models.BotChannelName channelName, Azure.ResourceManager.BotService.BotChannelData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.BotService.Models.BotChannelName * Azure.ResourceManager.BotService.BotChannelData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BotService.BotChannelResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.BotService.Models.BotChannelName * Azure.ResourceManager.BotService.BotChannelData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BotService.BotChannelResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, channelName As BotChannelName, data As BotChannelData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to