VirtualMachineHardwareProfile.ProcessorMode Property
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.
Specifies the processor mode for the virtual machine or virtual machine scale set. Optional; if omitted, the platform default applies (currently Deterministic). This property can be updated on a running VM or VMSS without deallocation or reboot. Minimum api-version: 2026-04-01.
public Azure.ResourceManager.Compute.Models.ProcessorMode? ProcessorMode { get; set; }
member this.ProcessorMode : Nullable<Azure.ResourceManager.Compute.Models.ProcessorMode> with get, set
Public Property ProcessorMode As Nullable(Of ProcessorMode)