Partager via


LogicWorkflowRunCollection.GetAllAsync Méthode

Définition

Obtient la liste des exécutions de flux de travail.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs
  • IdWorkflowRuns_List d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.Logic.LogicWorkflowRunResource> GetAllAsync (int? top = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.LogicWorkflowRunResource>
override this.GetAllAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Logic.LogicWorkflowRunResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of LogicWorkflowRunResource)

Paramètres

top
Nullable<Int32>

Nombre d’éléments à inclure dans le résultat.

filter
String

Filtre à appliquer à l’opération. Les options de filtres sont les suivantes : Status, StartTime et ClientTrackingId.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de LogicWorkflowRunResource service pour itérer.

S’applique à