MockableBotServiceSubscriptionResource.GetBots(CancellationToken) Method

Definition

Returns all the resources of a particular type belonging to a subscription.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to