Compartir a través de


WorkflowRunsOperationsExtensions.ListAsync Método

Definición

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

Parámetros

resourceGroupName
String
workflowName
String
cancellationToken
CancellationToken

Devoluciones

Se aplica a