Partilhar via


WorkflowRunsOperationsExtensions.ListNext Método

Definição

Obtém uma lista de execuções de fluxo de trabalho.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowRun> ListNext (this Microsoft.Azure.Management.Logic.IWorkflowRunsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Logic.IWorkflowRunsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowRun>
<Extension()>
Public Function ListNext (operations As IWorkflowRunsOperations, nextPageLink As String) As IPage(Of WorkflowRun)

Parâmetros

operations
IWorkflowRunsOperations

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

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Aplica-se a