Freigeben über


UsersOperationsExtensions.ListByLabNextAsync Methode

Definition

Rufen Sie alle Benutzer für ein Lab ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.User>> ListByLabNextAsync (this Microsoft.Azure.Management.LabServices.IUsersOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByLabNextAsync : Microsoft.Azure.Management.LabServices.IUsersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.User>>
<Extension()>
Public Function ListByLabNextAsync (operations As IUsersOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of User))

Parameter

operations
IUsersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Gibt eine Liste aller Benutzer für ein Lab zurück.

Gilt für: