ElasticPoolPerDatabaseMaxPerformanceLevelCapability interface
The max per-database performance level capability.
Properties
limit | The maximum performance level per database. NOTE: This property will not be serialized. It can only be populated by the server. |
reason | The reason for the capability not being available. |
status | The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
The list of supported min database performance levels. NOTE: This property will not be serialized. It can only be populated by the server. |
unit | Unit type used to measure performance level. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
limit
The maximum performance level per database. NOTE: This property will not be serialized. It can only be populated by the server.
limit?: number
Property Value
number
reason
The reason for the capability not being available.
reason?: string
Property Value
string
status
The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server.
status?: CapabilityStatus
Property Value
supportedPerDatabaseMinPerformanceLevels
The list of supported min database performance levels. NOTE: This property will not be serialized. It can only be populated by the server.
supportedPerDatabaseMinPerformanceLevels?: ElasticPoolPerDatabaseMinPerformanceLevelCapability[]
Property Value
unit
Unit type used to measure performance level. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string