Share via


BotConnectionSettingCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BotService.BotConnectionSettingResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string connectionName, Azure.ResourceManager.BotService.BotConnectionSettingData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.BotService.BotConnectionSettingData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BotService.BotConnectionSettingResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.BotService.BotConnectionSettingData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.BotService.BotConnectionSettingResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, connectionName As String, data As BotConnectionSettingData, Optional cancellationToken As CancellationToken = Nothing) As 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