SqlConnectionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. SqlConnectionType
- com.
- com.
public final class SqlConnectionType
extends ExpandableStringEnum<SqlConnectionType>
The type of the connection.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Sql |
SQL_ON_DEMAND
Static value Sql |
|
static final
Sql |
SQL_POOL
Static value Sql |
Constructor Summary
| Constructor | Description |
|---|---|
| SqlConnectionType() |
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_ON_DEMAND
public static final SqlConnectionType SQL_ON_DEMAND
Static value SqlOnDemand for SqlConnectionType.
SQL_POOL
public static final SqlConnectionType SQL_POOL
Static value SqlPool for SqlConnectionType.
Constructor Details
SqlConnectionType
@Deprecated
public SqlConnectionType()
Deprecated
Creates a new instance of SqlConnectionType value.
Method Details
fromString
public static SqlConnectionType fromString(String name)
Creates or finds a SqlConnectionType from its string representation.
Parameters:
Returns:
values
public static Collection<SqlConnectionType> values()
Gets known SqlConnectionType values.
Returns: