共用方式為


WorkflowRunActionsOperationsExtensions.ListAsync Method

Definition

Gets a list of workflow run actions.

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))

Parameters

operations
IWorkflowRunActionsOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

workflowName
String

The workflow name.

runName
String

The workflow run name.

odataQuery
ODataQuery<WorkflowRunActionFilter>

OData parameters to apply to the operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to