Freigeben über


BotConnectionSettingCollection.GetAllAsync(CancellationToken) Methode

Definition

Gibt alle für eine bestimmte BotService-Ressource registrierten Verbindungseinstellungen zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections
  • Vorgang IdBotConnection_ListByBotService
public virtual Azure.AsyncPageable<Azure.ResourceManager.BotService.BotConnectionSettingResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BotService.BotConnectionSettingResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BotService.BotConnectionSettingResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BotConnectionSettingResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der BotConnectionSettingResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: