Microsoft.Azure.ManagedInstance.Library.ResourcePoolAzure SQL DB Managed Instance: Generic Resource Pool

Microsoft.Azure.ManagedInstance.Library.ResourcePool (ClassType)

Basic collection of common properties for all versions of Azure SQL DB Managed Instance Resource Pool objects.

Knowledge Base article:

Summary

Basic collection of common properties for all versions of Azure SQL DB Managed Instance Resource Pool objects.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc1f44574-3716-6a33-c312-6d6056fdf0b9

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Microsoft.Azure.ManagedInstance.Library.ResourcePool:
Name  string  Name true 256  False 
MinCpuPercent  int  Minimum CPU \% false 256   
MaxCpuPercent  int  Maximum CPU \% false 256   
CapCpuPercent  int  Cap CPU \% false 256   
MinMemoryPercent  double  Minimum Memory \% false 256   
MaxMemoryPercent  double  Maximum Memory \% false 256   
ManagesInMemoryOLTP  int  Manages Memory-Optimized Data false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Azure.ManagedInstance.Library.ResourcePool" Accessibility="Public" Base="System!System.Entity" Hosted="false" Abstract="true" Singleton="false">
<Property ID="Name" Type="string" Key="true"/>
<Property ID="MinCpuPercent" Type="int"/>
<Property ID="MaxCpuPercent" Type="int"/>
<Property ID="CapCpuPercent" Type="int"/>
<Property ID="MinMemoryPercent" Type="double"/>
<Property ID="MaxMemoryPercent" Type="double"/>
<Property ID="ManagesInMemoryOLTP" Type="int"/>
</ClassType>