다음을 통해 공유


WorkflowRunActionsOperationsExtensions.ListAsync Method

Definition

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

Parameters

resourceGroupName
String
workflowName
String
runName
String
cancellationToken
CancellationToken

Returns

Applies to