ManagedInstanceData.TotalMemoryInMB 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.
Total memory in MB. Minimum value: 7168. Maximum value: 891328. Increments of 1 MB allowed only. Maximum value depends on the selected hardware family and number of vCores.
public int? TotalMemoryInMB { get; set; }
member this.TotalMemoryInMB : Nullable<int> with get, set
Public Property TotalMemoryInMB As Nullable(Of Integer)