Share via


IHyperVMachineProperties.IsDynamicMemoryEnabled Property

Definition

Value indicating whether dynamic memory is enabled for the VM.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Value indicating whether dynamic memory is enabled for the VM.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isDynamicMemoryEnabled")]
public bool? IsDynamicMemoryEnabled { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Value indicating whether dynamic memory is enabled for the VM.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="isDynamicMemoryEnabled")>]
member this.IsDynamicMemoryEnabled : Nullable<bool>
Public ReadOnly Property IsDynamicMemoryEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to