Freigeben über


ConnectorResourceFormatCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle Connectors im angegebenen Hub ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors
  • Vorgang IdConnectors_ListByHub
public virtual Azure.AsyncPageable<Azure.ResourceManager.CustomerInsights.ConnectorResourceFormatResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CustomerInsights.ConnectorResourceFormatResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CustomerInsights.ConnectorResourceFormatResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConnectorResourceFormatResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: