Compartir a través de


WorkflowVersionsOperationsExtensions.ListAsync Método

Definición

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowVersionInner>> ListAsync (this Microsoft.Azure.Management.Logic.Fluent.IWorkflowVersionsOperations operations, string resourceGroupName, string workflowName, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Logic.Fluent.IWorkflowVersionsOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowVersionInner>>
<Extension()>
Public Function ListAsync (operations As IWorkflowVersionsOperations, resourceGroupName As String, workflowName As String, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkflowVersionInner))

Parámetros

resourceGroupName
String
workflowName
String
cancellationToken
CancellationToken

Devoluciones

Se aplica a