IMachineProperties.HardwareProfileTotalPhysicalMemoryInByte 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.
The total physical memory on the machine
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="The total physical memory on the machine", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="totalPhysicalMemoryInBytes", Update=false)]
public long? HardwareProfileTotalPhysicalMemoryInByte { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="The total physical memory on the machine", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=true, Required=false, SerializedName="totalPhysicalMemoryInBytes", Update=false)>]
member this.HardwareProfileTotalPhysicalMemoryInByte : Nullable<int64>
Public ReadOnly Property HardwareProfileTotalPhysicalMemoryInByte As Nullable(Of Long)
Property Value
- Attributes