MockableBotServiceSubscriptionResource.GetBotConnectionServiceProviders Method

Definition

Lists the available Service Providers for creating Connection Settings

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to