Condividi tramite


MockableBotServiceSubscriptionResource.GetBotConnectionServiceProvidersAsync Method

Definition

Lists the available Service Providers for creating Connection Settings

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.BotService/listAuthServiceProviders.
  • Operation Id. : BotConnectionOperationGroup_ListServiceProviders.
  • Default Api Version. : 2023-09-15-preview.
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

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

Applies to