SqlSourcePlatform Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. datamigration. models. SqlSourcePlatform
- com.
- com.
public final class SqlSourcePlatform
extends ExpandableStringEnum<SqlSourcePlatform>
An enumeration of source platform types.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Sql |
SQL_ON_PREM
Static value Sql |
Constructor Summary
| Constructor | Description |
|---|---|
| SqlSourcePlatform() |
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_PREM
public static final SqlSourcePlatform SQL_ON_PREM
Static value SqlOnPrem for SqlSourcePlatform.
Constructor Details
SqlSourcePlatform
@Deprecated
public SqlSourcePlatform()
Deprecated
Creates a new instance of SqlSourcePlatform value.
Method Details
fromString
public static SqlSourcePlatform fromString(String name)
Creates or finds a SqlSourcePlatform from its string representation.
Parameters:
Returns:
values
public static Collection<SqlSourcePlatform> values()
Gets known SqlSourcePlatform values.
Returns: