Freigeben über


DevTestLabVmResource.UpdateAsync(DevTestLabVmPatch, CancellationToken) Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}
  • Vorgang IdVirtualMachines_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVmResource>> UpdateAsync (Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVmResource>>
override this.UpdateAsync : Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVmResource>>
Public Overridable Function UpdateAsync (patch As DevTestLabVmPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevTestLabVmResource))

Parameter

patch
DevTestLabVmPatch

Einen virtuellen Computer.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: