Share via


WorkflowRunsOperationsExtensions.ListNext Method

Definition

Gets a list of workflow runs.

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)

Parameters

operations
IWorkflowRunsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to