ServerVersionCapability interface
The server capability
Properties
| name | The server version name. |
| reason | The reason for the capability not being available. |
| status | The status of the capability. |
| supported |
The list of supported database editions. |
| supported |
The list of supported elastic pool editions. |
Property Details
name
The server version name.
name?: string
Property Value
string
reason
The reason for the capability not being available.
reason?: string
Property Value
string
status
supportedEditions
The list of supported database editions.
supportedEditions?: EditionCapability[]
Property Value
supportedElasticPoolEditions
The list of supported elastic pool editions.
supportedElasticPoolEditions?: ElasticPoolEditionCapability[]