SqlVersion Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. azurearcdata. models. SqlVersion
- com.
- com.
public final class SqlVersion
extends ExpandableStringEnum<SqlVersion>
SQL Server version.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Sql |
SQL_SERVER_2016
Static value SQL Server 2016 for Sql |
|
static final
Sql |
SQL_SERVER_2017
Static value SQL Server 2017 for Sql |
|
static final
Sql |
SQL_SERVER_2019
Static value SQL Server 2019 for Sql |
Constructor Summary
| Constructor | Description |
|---|---|
| SqlVersion() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromString(String name)
Creates or finds a Sql |
|
static
Collection<Sql |
values()
Gets known Sql |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
SQL_SERVER_2016
public static final SqlVersion SQL_SERVER_2016
Static value SQL Server 2016 for SqlVersion.
SQL_SERVER_2017
public static final SqlVersion SQL_SERVER_2017
Static value SQL Server 2017 for SqlVersion.
SQL_SERVER_2019
public static final SqlVersion SQL_SERVER_2019
Static value SQL Server 2019 for SqlVersion.
Constructor Details
SqlVersion
@Deprecated
public SqlVersion()
Deprecated
Creates a new instance of SqlVersion value.
Method Details
fromString
public static SqlVersion fromString(String name)
Creates or finds a SqlVersion from its string representation.
Parameters:
Returns:
values
public static Collection<SqlVersion> values()
Gets known SqlVersion values.
Returns: