Partilhar via


IMachineProperties.HardwareProfileTotalPhysicalMemoryInByte Property

Definition

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

Applies to