IHost.OverallMemoryUsageGb Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the used physical memory on the host in GB.
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=false, Description="Gets the used physical memory on the host in GB.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="overallMemoryUsageGB", Update=false)]
public long? OverallMemoryUsageGb { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=false, Description="Gets the used physical memory on the host in GB.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="overallMemoryUsageGB", Update=false)>]
member this.OverallMemoryUsageGb : Nullable<int64>
Public ReadOnly Property OverallMemoryUsageGb As Nullable(Of Long)
Property Value
- Attributes