Share via


BotChannelCollection.GetAll(CancellationToken) Method

Definition

Returns all the Channel registrations of a particular BotService resource

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to