Freigeben über


DevTestLabResource.Update(DevTestLabPatch, CancellationToken) Methode

Definition

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

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

Parameter

patch
DevTestLabPatch

Ein Lab.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: