Partager via


WorkflowRunsOperationsExtensions.ListNext Méthode

Définition

Obtient la liste des exécutions de flux de travail.

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)

Paramètres

operations
IWorkflowRunsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à