Partager via


WorkflowRunActionsOperationsExtensions.ListAsync Méthode

Définition

Obtient une liste d’actions d’exécution de flux de travail.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowRunAction>> ListAsync (this Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations operations, string resourceGroupName, string workflowName, string runName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Models.WorkflowRunActionFilter> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Logic.Models.WorkflowRunActionFilter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowRunAction>>
<Extension()>
Public Function ListAsync (operations As IWorkflowRunActionsOperations, resourceGroupName As String, workflowName As String, runName As String, Optional odataQuery As ODataQuery(Of WorkflowRunActionFilter) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkflowRunAction))

Paramètres

operations
IWorkflowRunActionsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

workflowName
String

Le nom du workflow.

runName
String

Nom de l’exécution du flux de travail.

odataQuery
ODataQuery<WorkflowRunActionFilter>

Paramètres OData à appliquer à l’opération.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à