ElasticPoolEditionCapability interface
The elastic pool edition capability.
Properties
| name | The elastic pool edition name. |
| reason | The reason for the capability not being available. |
| status | The status of the capability. |
| supported |
The list of supported elastic pool DTU levels for the edition. |
| zone |
Whether or not zone pinning is supported for the edition. |
| zone |
Whether or not zone redundancy is supported for the edition. |
Property Details
name
The elastic pool edition name.
name?: string
Property Value
string
reason
The reason for the capability not being available.
reason?: string
Property Value
string
status
supportedElasticPoolPerformanceLevels
The list of supported elastic pool DTU levels for the edition.
supportedElasticPoolPerformanceLevels?: ElasticPoolPerformanceLevelCapability[]
Property Value
zonePinning
Whether or not zone pinning is supported for the edition.
zonePinning?: boolean
Property Value
boolean
zoneRedundant
Whether or not zone redundancy is supported for the edition.
zoneRedundant?: boolean
Property Value
boolean