Share via


HciVmInstanceResource.Update Method

Definition

The operation to update a virtual machine instance.

  • Request Path: /{resourceUri}/providers/Microsoft.AzureStackHCI/virtualMachineInstances/default
  • Operation Id: VirtualMachineInstance_Update
  • Default Api Version: 2025-06-01-preview
  • Resource: HciVmInstanceResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.Vm.HciVmInstanceResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.Vm.Models.HciVmInstancePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Hci.Vm.Models.HciVmInstancePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.Vm.HciVmInstanceResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Hci.Vm.Models.HciVmInstancePatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.Vm.HciVmInstanceResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As HciVmInstancePatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of HciVmInstanceResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

patch
HciVmInstancePatch

The resource properties to be updated.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to