ElasticPoolPerDatabaseMaxPerformanceLevelCapability interface
The max per-database performance level capability.
Properties
| limit | The maximum performance level per database. |
| reason | The reason for the capability not being available. |
| status | The status of the capability. |
| supported |
The list of supported min database performance levels. |
| unit | Unit type used to measure performance level. |
Property Details
limit
The maximum performance level per database.
limit?: number
Property Value
number
reason
The reason for the capability not being available.
reason?: string
Property Value
string
status
supportedPerDatabaseMinPerformanceLevels
The list of supported min database performance levels.
supportedPerDatabaseMinPerformanceLevels?: ElasticPoolPerDatabaseMinPerformanceLevelCapability[]
Property Value
unit
Unit type used to measure performance level.
unit?: string
Property Value
string