Partager via


LabPlansOperationsExtensions.ListBySubscriptionNext Méthode

Définition

Obtenez tous les plans de laboratoire pour un 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)

Paramètres

operations
ILabPlansOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

Remarques

Retourne une liste de tous les plans lab au sein d’un abonnement

S’applique à