Freigeben über


LogicWorkflowRunCollection.GetAllAsync Methode

Definition

Ruft eine Liste der Workflowausführungen ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs
  • Vorgangs-IdWorkflowRuns_List
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)

Parameter

top
Nullable<Int32>

Die Anzahl der Elemente, die in das Ergebnis eingeschlossen werden sollen.

filter
String

Der Filter, der auf den Vorgang angewendet werden soll. Zu den Optionen für Filter gehören: Status, StartTime und ClientTrackingId.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von LogicWorkflowRunResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: