UsersOperationsExtensions.ListByLabAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez tous les utilisateurs pour un labo.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.User>> ListByLabAsync (this Microsoft.Azure.Management.LabServices.IUsersOperations operations, string resourceGroupName, string labName, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByLabAsync : Microsoft.Azure.Management.LabServices.IUsersOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.User>>
<Extension()>
Public Function ListByLabAsync (operations As IUsersOperations, resourceGroupName As String, labName As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of User))
Paramètres
- operations
- IUsersOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- labName
- String
Nom du labo qui l’identifie de manière unique dans le compte de laboratoire contenant. Utilisé dans les URI de ressource.
- filter
- String
Filtre à appliquer à l’opération.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Retourne une liste de tous les utilisateurs d’un labo.
S’applique à
Azure SDK for .NET