IHyperVMachine.IsDynamicMemoryEnabled Property

Definition

Value indicating whether dynamic memory is enabled for the VM.

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

Property Value

Attributes

Applies to