Uses of Class
com.azure.resourcemanager.appservice.models.MySqlMigrationType
-
Packages that use MySqlMigrationType Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of MySqlMigrationType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return MySqlMigrationType Modifier and Type Method Description MySqlMigrationTypeMigrateMySqlRequestProperties. migrationType()Get the migrationType property: The type of migration operation to be done.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type MySqlMigrationType Modifier and Type Method Description MigrateMySqlRequestPropertiesMigrateMySqlRequestProperties. withMigrationType(MySqlMigrationType migrationType)Set the migrationType property: The type of migration operation to be done. -
Uses of MySqlMigrationType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models 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 migrationType property: 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.azure.resourcemanager.appservice.models with parameters of type MySqlMigrationType Modifier and Type Method Description MigrateMySqlRequestMigrateMySqlRequest. withMigrationType(MySqlMigrationType migrationType)Set the migrationType property: The type of migration operation to be done.
-