Share via


IHardwareProfile.CpuHotRemoveEnabled Property

Definition

Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=false, Description="Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="cpuHotRemoveEnabled", Update=false)]
public bool? CpuHotRemoveEnabled { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=false, Description="Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="cpuHotRemoveEnabled", Update=false)>]
member this.CpuHotRemoveEnabled : Nullable<bool>
Public ReadOnly Property CpuHotRemoveEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to