Freigeben über


WorkflowsOperationsExtensions.ListBySubscriptionNext Methode

Definition

Ruft eine Liste von Workflows nach Abonnement ab.

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

Parameter

operations
IWorkflowsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

Gibt zurück

Gilt für: