Microsoft.Azure.ManagedInstance.ResourcePoolAzure SQL MI: Resource Pool

Microsoft.Azure.ManagedInstance.ResourcePool (ClassType)

Resource Pool Abstract Class on Azure SQL Managed Instance.

Knowledge Base article:

Summary

Resource Pool Abstract Class on Azure SQL Managed Instance.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd7deea40-45f5-f05f-61bf-0da159f379a8

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.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  int  Minimum Memory \% false 256   
MaxMemoryPercent  int  Maximum Memory \% false 256   
ManagesInMemoryOLTP  int  Manages Memory-Optimized Data false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Azure.ManagedInstance.ResourcePool" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="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="int"/>
<Property ID="MaxMemoryPercent" Type="int"/>
<Property ID="ManagesInMemoryOLTP" Type="int"/>
</ClassType>