LabUserCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labs/{labName}/users/{userName}
  • Operation Id: Users_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.LabServices.LabUserResource> GetIfExists (string userName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.LabServices.LabUserResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.LabServices.LabUserResource>
Public Overridable Function GetIfExists (userName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of LabUserResource)

Parameters

userName
String

The name of the user that uniquely identifies it within containing lab. Used in resource URIs.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

userName is null.

Applies to