Condividi tramite


DevTestLabUserResource.Get(String, CancellationToken) Method

Definition

Get user profile.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{name}.
  • Operation Id. : Users_Get.
  • Default Api Version. : 2018-09-15.
  • Resource. : DevTestLabUserResource.
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabUserResource> Get(string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabUserResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabUserResource>
Public Overridable Function Get (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabUserResource)

Parameters

expand
String

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

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to