Partilhar via


UsersOperationsExtensions.ListByLabNext(IUsersOperations, String) Método

Definição

Obtenha todos os usuários para um laboratório.

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)

Parâmetros

operations
IUsersOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Comentários

Retorna uma lista de todos os usuários de um laboratório.

Aplica-se a