Share via


IVirtualMachine.MemorySizeGb Property

Definition

The memory size of the virtual machine. Allocations are measured in gibibytes.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The memory size of the virtual machine. Allocations are measured in gibibytes.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="memorySizeGB", Update=false)]
public long? MemorySizeGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The memory size of the virtual machine. Allocations are measured in gibibytes.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="memorySizeGB", Update=false)>]
member this.MemorySizeGb : Nullable<int64> with get, set
Public Property MemorySizeGb As Nullable(Of Long)

Property Value

Attributes

Applies to