PredictionResourceFormatCollection.GetAllAsync(CancellationToken) Method

Definition

Gets all the predictions in the specified hub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions
  • Operation Id: Predictions_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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of PredictionResourceFormatResource that may take multiple service requests to iterate over.

Applies to