Uses of Class
com.microsoft.azure.management.appservice.MySqlMigrationType
-
-
Uses of MySqlMigrationType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return MySqlMigrationType Modifier and Type Method Description static MySqlMigrationTypeMySqlMigrationType. fromString(String value)Parses a serialized value to a MySqlMigrationType instance.MySqlMigrationTypeMigrateMySqlRequest. migrationType()Get the type of migration operation to be done.static MySqlMigrationTypeMySqlMigrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MySqlMigrationType[]MySqlMigrationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type MySqlMigrationType Modifier and Type Method Description MigrateMySqlRequestMigrateMySqlRequest. withMigrationType(MySqlMigrationType migrationType)Set the type of migration operation to be done.
-