Partager via


UsersOperationsExtensions.ListByLabNext(IUsersOperations, String) Méthode

Définition

Obtenir tous les utilisateurs d’un labo.

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

Paramètres

operations
IUsersOperations

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 la liste de tous les utilisateurs d’un labo.

S’applique à