sqlServerEdition property
SQL Server Edition type, only applicable when the operating system is Linux.
Optional. Possible string values are:
- "SQL_SERVER_EDITION_TYPE_UNSPECIFIED" : Unspecified type.
- "SQL_SERVER_EDITION_TYPE_DEVELOPER" : Developer type.
- "SQL_SERVER_EDITION_TYPE_ENTERPRISE" : Enterprise type.
- "SQL_SERVER_EDITION_TYPE_STANDARD" : Standard type.
- "SQL_SERVER_EDITION_TYPE_WEB" : Web type.
Implementation
core.String? sqlServerEdition;