WorkflowRunActionsOperationsExtensions.ListNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowRunActionInner>> ListNextAsync (this Microsoft.Azure.Management.Logic.Fluent.IWorkflowRunActionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Logic.Fluent.IWorkflowRunActionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Fluent.Models.WorkflowRunActionInner>>
<Extension()>
Public Function ListNextAsync (operations As IWorkflowRunActionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkflowRunActionInner))

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to