Partilhar via


WorkflowVersionsOperationsExtensions.List Método

Definição

Obtém uma lista de versões de fluxo de trabalho.

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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

workflowName
String

O nome do fluxo de trabalho.

top
Nullable<Int32>

O número de itens a serem incluídos no resultado.

Retornos

Aplica-se a