Share via


MockableBotServiceSubscriptionResource.GetBotConnectionServiceProvidersAsync 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.AsyncPageable<Azure.ResourceManager.BotService.Models.BotServiceProvider> GetBotConnectionServiceProvidersAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetBotConnectionServiceProvidersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BotService.Models.BotServiceProvider>
override this.GetBotConnectionServiceProvidersAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BotService.Models.BotServiceProvider>
Public Overridable Function GetBotConnectionServiceProvidersAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BotServiceProvider)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to