Freigeben über


WorkflowVersionsOperationsExtensions.List Methode

Definition

Ruft eine Liste der Workflowversionen ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowVersion> List (this Microsoft.Azure.Management.Logic.IWorkflowVersionsOperations operations, string resourceGroupName, string workflowName, int? top = default);
static member List : Microsoft.Azure.Management.Logic.IWorkflowVersionsOperations * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowVersion>
<Extension()>
Public Function List (operations As IWorkflowVersionsOperations, resourceGroupName As String, workflowName As String, Optional top As Nullable(Of Integer) = Nothing) As 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.

Gibt zurück

Gilt für: