Share via


BotConnectionSettingCollection.CreateOrUpdateAsync Method

Definition

Register a new Auth Connection for a Bot Service

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections/{connectionName}
  • Operation Id: BotConnection_Create
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BotService.BotConnectionSettingResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string connectionName, Azure.ResourceManager.BotService.BotConnectionSettingData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.BotService.BotConnectionSettingData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BotService.BotConnectionSettingResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.BotService.BotConnectionSettingData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BotService.BotConnectionSettingResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, connectionName As String, data As BotConnectionSettingData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of BotConnectionSettingResource))

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.

connectionName
String

The name of the Bot Service Connection Setting resource.

data
BotConnectionSettingData

The parameters to provide for creating the Connection Setting.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

connectionName is an empty string, and was expected to be non-empty.

connectionName or data is null.

Applies to