Compartir a través de


WorkflowVersionsOperationsExtensions.List Método

Definición

Obtiene una lista de versiones de flujo de trabajo.

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)

Parámetros

operations
IWorkflowVersionsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

El nombre del grupo de recursos.

workflowName
String

El nombre del flujo de trabajo.

top
Nullable<Int32>

Número de elementos que se incluirán en el resultado.

Devoluciones

Se aplica a