Share via


IVirtualMachineInstanceUpdateProperties.HardwareProfileMemoryHotAddEnabled Property

Definition

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

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

Property Value

Attributes

Applies to