Freigeben über


WorkflowTriggersOperationsExtensions.ListNextAsync Methode

Definition

Ruft eine Liste von Workflowtriggern ab.

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

Parameter

operations
IWorkflowTriggersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: