Share via


IClusterProperties.UsedMemoryGb Property

Definition

Gets the used physical memory on the cluster in GB.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=false, Description="Gets the used physical memory on the cluster in GB.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="usedMemoryGB", Update=false)]
public long? UsedMemoryGb { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=false, Description="Gets the used physical memory on the cluster in GB.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="usedMemoryGB", Update=false)>]
member this.UsedMemoryGb : Nullable<int64>
Public ReadOnly Property UsedMemoryGb As Nullable(Of Long)

Property Value

Attributes

Applies to