Freigeben über


PredictionResourceFormatCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle Vorhersagen im angegebenen Hub ab.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: