다음을 통해 공유


WorkflowTriggersOperationsExtensions.ListNext Method

Definition

Gets a list of workflow triggers.

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

Parameters

operations
IWorkflowTriggersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to