Freigeben über


LabPlansOperationsExtensions.ListBySubscriptionNext Methode

Definition

Abrufen aller Labpläne für ein Abonnement.

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

Parameter

operations
ILabPlansOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Hinweise

Gibt eine Liste aller Labpläne innerhalb eines Abonnements zurück.

Gilt für: