Freigeben über


LabPlansOperationsExtensions.ListByResourceGroupNext Methode

Definition

Rufen Sie alle Labpläne für ein Abonnement und eine Ressourcengruppe ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.LabPlan> ListByResourceGroupNext (this Microsoft.Azure.Management.LabServices.ILabPlansOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.LabServices.ILabPlansOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.LabPlan>
<Extension()>
Public Function ListByResourceGroupNext (operations As ILabPlansOperations, nextPageLink As String) As IPage(Of LabPlan)

Parameter

operations
ILabPlansOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

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

Gibt zurück

Hinweise

Gibt eine Liste aller Labpläne für ein Abonnement und eine Ressourcengruppe zurück.

Gilt für: