共用方式為


LabUserCollection.CreateOrUpdate Method

Definition

Operation to create or update a lab user.

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

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

userName
String

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

data
LabUserData

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

userName or data is null.

Applies to