Freigeben über


WorkflowsOperationsExtensions.ListByResourceGroupNext Methode

Definition

Ruft eine Liste von Workflows nach Ressourcengruppe ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.Workflow> ListByResourceGroupNext (this Microsoft.Azure.Management.Logic.IWorkflowsOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.Logic.IWorkflowsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.Workflow>
<Extension()>
Public Function ListByResourceGroupNext (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: