Freigeben über


WorkflowVersionsOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste der Workflowversionen ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowVersion>> ListAsync (this Microsoft.Azure.Management.Logic.IWorkflowVersionsOperations operations, string resourceGroupName, string workflowName, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Logic.IWorkflowVersionsOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowVersion>>
<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 WorkflowVersion))

Parameter

operations
IWorkflowVersionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

workflowName
String

Den Workflownamen

top
Nullable<Int32>

Die Anzahl der Elemente, die in das Ergebnis einbezogen werden sollen.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: