Freigeben über


BotCollection.GetAllAsync(CancellationToken) Methode

Definition

Gibt alle Ressourcen eines bestimmten Typs zurück, die zu einer Ressourcengruppe gehören.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: