共用方式為


WorkflowRunActionsOperationsExtensions.ListNext Method

Definition

Gets a list of workflow run actions.

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

Parameters

operations
IWorkflowRunActionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to