Freigeben über


DevTestLabUserResource.Update(DevTestLabUserPatch, CancellationToken) Methode

Definition

Ermöglicht das Ändern von Tags von Benutzerprofilen. Alle anderen Eigenschaften werden ignoriert.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{name}
  • Vorgangs-IdUsers_Update
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabUserResource> Update (Azure.ResourceManager.DevTestLabs.Models.DevTestLabUserPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabUserPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabUserResource>
override this.Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabUserPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabUserResource>
Public Overridable Function Update (patch As DevTestLabUserPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabUserResource)

Parameter

patch
DevTestLabUserPatch

Profil eines Labbenutzers.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: