IClusterNode.MemoryInGiB 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.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Total available memory on the cluster node (in GiB).", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=true, Required=false, SerializedName="memoryInGiB")]
public float? MemoryInGiB { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Total available memory on the cluster node (in GiB).", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=true, Required=false, SerializedName="memoryInGiB")>]
member this.MemoryInGiB : Nullable<single>
Public ReadOnly Property MemoryInGiB As Nullable(Of Single)
Property Value
- Attributes