Freigeben über


BotConnectionSettingCollection.GetAll(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.Pageable<Azure.ResourceManager.BotService.BotConnectionSettingResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.BotService.BotConnectionSettingResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.BotService.BotConnectionSettingResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BotConnectionSettingResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der BotConnectionSettingResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: