Class MySqlTargetPlatformType

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

public final class MySqlTargetPlatformType extends com.azure.core.util.ExpandableStringEnum<MySqlTargetPlatformType>
An enumeration of possible target types when migrating from MySQL.
  • Field Details

    • SQL_SERVER

      public static final MySqlTargetPlatformType SQL_SERVER
      Static value SqlServer for MySqlTargetPlatformType.
    • AZURE_DB_FOR_MY_SQL

      public static final MySqlTargetPlatformType AZURE_DB_FOR_MY_SQL
      Static value AzureDbForMySQL for MySqlTargetPlatformType.
  • Constructor Details

    • MySqlTargetPlatformType

      @Deprecated public MySqlTargetPlatformType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of MySqlTargetPlatformType value.
  • Method Details

    • fromString

      public static MySqlTargetPlatformType fromString(String name)
      Creates or finds a MySqlTargetPlatformType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding MySqlTargetPlatformType.
    • values

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