Partager via


LogicWorkflowRunCollection.GetAll Méthode

Définition

Obtient la liste des exécutions de workflow.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs
  • IdWorkflowRuns_List d’opération
public virtual Azure.Pageable<Azure.ResourceManager.Logic.LogicWorkflowRunResource> GetAll (int? top = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.LogicWorkflowRunResource>
override this.GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Logic.LogicWorkflowRunResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 des filtres sont les suivantes : Status, StartTime et ClientTrackingId.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

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

S’applique à