VirtualMachineResource.Reimage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reimages (upgrade the operating system) a virtual machine which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state. NOTE: The retaining of old OS disk depends on the value of deleteOption of OS disk. If deleteOption is detach, the old OS disk will be preserved after reimage. If deleteOption is delete, the old OS disk will be deleted after reimage. The deleteOption of the OS disk should be updated accordingly before performing the reimage.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/reimage
- Operation Id: VirtualMachines_Reimage
- Default Api Version: 2024-07-01
- Resource: VirtualMachineResource
public virtual Azure.ResourceManager.ArmOperation Reimage (Azure.WaitUntil waitUntil, Azure.ResourceManager.Compute.Models.VirtualMachineReimageContent content = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Reimage : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.VirtualMachineReimageContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.Reimage : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.VirtualMachineReimageContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function Reimage (waitUntil As WaitUntil, Optional content As VirtualMachineReimageContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation
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.
- content
- VirtualMachineReimageContent
Parameters supplied to the Reimage Virtual Machine operation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Azure SDK for .NET