DevTestLabResource.GetDevTestLabUser 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.
Obtenir le profil utilisateur.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{name}
- IdUsers_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabUserResource> GetDevTestLabUser (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabUser : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabUserResource>
override this.GetDevTestLabUser : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabUserResource>
Public Overridable Function GetDevTestLabUser (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabUserResource)
Paramètres
- name
- String
Nom du profil utilisateur.
- expand
- String
Spécifiez la requête $expand. Exemple : 'properties($select=identity)'.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
name
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
name
a la valeur null.