AppResourceGroupMemoryReport.CommitUsageLevel 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.
Returns the commit usage level for the resource group.
public:
property AppMemoryUsageLevel CommitUsageLevel { AppMemoryUsageLevel get(); };
AppMemoryUsageLevel CommitUsageLevel();
public AppMemoryUsageLevel CommitUsageLevel { get; }
var appMemoryUsageLevel = appResourceGroupMemoryReport.commitUsageLevel;
Public ReadOnly Property CommitUsageLevel As AppMemoryUsageLevel
Property Value
The amount of memory that has been allocated a data storage location as opposed to simply being reserved for future allocation.