ElasticPoolPerformanceLevelCapability interface
The Elastic Pool performance level capability.
Properties
| included |
The included (free) max size for this performance level. |
| max |
The maximum number of databases supported. |
| performance |
The performance level for the pool. |
| reason | The reason for the capability not being available. |
| sku | The sku. |
| status | The status of the capability. |
| supported |
Supported time range for auto pause delay |
| supported |
List of supported license types. |
| supported |
List of supported maintenance configurations |
| supported |
The list of supported max sizes. |
| supported |
List of supported min capacities |
| supported |
Supported time range for per database auto pause delay |
| supported |
The list of supported per database max performance levels. |
| supported |
The list of supported per database max sizes. |
| supported |
List of supported availability zones |
| zone |
Whether or not zone redundancy is supported for the performance level. |
Property Details
includedMaxSize
The included (free) max size for this performance level.
includedMaxSize?: MaxSizeCapability
Property Value
maxDatabaseCount
The maximum number of databases supported.
maxDatabaseCount?: number
Property Value
number
performanceLevel
The performance level for the pool.
performanceLevel?: PerformanceLevelCapability
Property Value
reason
The reason for the capability not being available.
reason?: string
Property Value
string
sku
status
supportedAutoPauseDelay
Supported time range for auto pause delay
supportedAutoPauseDelay?: AutoPauseDelayTimeRange
Property Value
supportedLicenseTypes
List of supported license types.
supportedLicenseTypes?: LicenseTypeCapability[]
Property Value
supportedMaintenanceConfigurations
List of supported maintenance configurations
supportedMaintenanceConfigurations?: MaintenanceConfigurationCapability[]
Property Value
supportedMaxSizes
The list of supported max sizes.
supportedMaxSizes?: MaxSizeRangeCapability[]
Property Value
supportedMinCapacities
List of supported min capacities
supportedMinCapacities?: MinCapacityCapability[]
Property Value
supportedPerDatabaseAutoPauseDelay
Supported time range for per database auto pause delay
supportedPerDatabaseAutoPauseDelay?: PerDatabaseAutoPauseDelayTimeRange
Property Value
supportedPerDatabaseMaxPerformanceLevels
The list of supported per database max performance levels.
supportedPerDatabaseMaxPerformanceLevels?: ElasticPoolPerDatabaseMaxPerformanceLevelCapability[]
Property Value
supportedPerDatabaseMaxSizes
The list of supported per database max sizes.
supportedPerDatabaseMaxSizes?: MaxSizeRangeCapability[]
Property Value
supportedZones
List of supported availability zones
supportedZones?: ZonePinningCapability[]
Property Value
zoneRedundant
Whether or not zone redundancy is supported for the performance level.
zoneRedundant?: boolean
Property Value
boolean