Freigeben über


DevTestLabResource.UpdateAsync(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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabResource>> UpdateAsync (Azure.ResourceManager.DevTestLabs.Models.DevTestLabPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.DevTestLabs.Models.DevTestLabPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabResource>>
override this.UpdateAsync : Azure.ResourceManager.DevTestLabs.Models.DevTestLabPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabResource>>
Public Overridable Function UpdateAsync (patch As DevTestLabPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevTestLabResource))

Parameter

patch
DevTestLabPatch

Ein Lab.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: