Share via


BotConnectionSettingCollection.GetAll(CancellationToken) Method

Definition

Returns all the Connection Settings registered to a particular BotService resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections
  • Operation Id: BotConnection_ListByBotService
public virtual Azure.Pageable<Azure.ResourceManager.BotService.BotConnectionSettingResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.BotService.BotConnectionSettingResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.BotService.BotConnectionSettingResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BotConnectionSettingResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of BotConnectionSettingResource that may take multiple service requests to iterate over.

Applies to