ElasticPoolPerformanceLevelCapability interface

The Elastic Pool performance level capability.

Properties

includedMaxSize

The included (free) max size for this performance level.

maxDatabaseCount

The maximum number of databases supported.

performanceLevel

The performance level for the pool.

reason

The reason for the capability not being available.

sku

The sku.

status

The status of the capability.

supportedAutoPauseDelay

Supported time range for auto pause delay

supportedLicenseTypes

List of supported license types.

supportedMaintenanceConfigurations

List of supported maintenance configurations

supportedMaxSizes

The list of supported max sizes.

supportedMinCapacities

List of supported min capacities

supportedPerDatabaseAutoPauseDelay

Supported time range for per database auto pause delay

supportedPerDatabaseMaxPerformanceLevels

The list of supported per database max performance levels.

supportedPerDatabaseMaxSizes

The list of supported per database max sizes.

supportedZones

List of supported availability zones

zoneRedundant

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

The sku.

sku?: Sku

Property Value

Sku

status

The status of the capability.

status?: CapabilityStatus

Property Value

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