Share via


DevTestLabResource.GetDevTestLabUser Method

Definition

Get user profile.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{name}
  • Operation Id: Users_Get
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)

Parameters

name
String

The name of the user profile.

expand
String

Specify the $expand query. Example: 'properties($select=identity)'.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

name is null.

name is an empty string, and was expected to be non-empty.

Applies to