Partager via


DevTestLabVmResource.Update(DevTestLabVmPatch, CancellationToken) Méthode

Définition

Permet de modifier des balises de machines virtuelles. Toutes les autres propriétés seront ignorées.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualmachines/{name}
  • IdVirtualMachines_Update d’opération
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVmResource> Update (Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVmResource>
override this.Update : Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVmResource>
Public Overridable Function Update (patch As DevTestLabVmPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabVmResource)

Paramètres

patch
DevTestLabVmPatch

une machine virtuelle.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

patch a la valeur null.

S’applique à