Class SqlSourcePlatform

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SqlSourcePlatform>
com.azure.resourcemanager.datamigration.models.SqlSourcePlatform

public final class SqlSourcePlatform extends com.azure.core.util.ExpandableStringEnum<SqlSourcePlatform>
An enumeration of source platform types.
  • Field Details

    • SQL_ON_PREM

      public static final SqlSourcePlatform SQL_ON_PREM
      Static value SqlOnPrem for SqlSourcePlatform.
  • Constructor Details

    • SqlSourcePlatform

      @Deprecated public SqlSourcePlatform()
      Deprecated.
      Use the fromString(String) factory method.
      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:
      name - a name to look for.
      Returns:
      the corresponding SqlSourcePlatform.
    • values

      public static Collection<SqlSourcePlatform> values()
      Gets known SqlSourcePlatform values.
      Returns:
      known SqlSourcePlatform values.