Uses of Class
com.azure.resourcemanager.appservice.fluent.models.MigrateMySqlRequestProperties
-
Packages that use MigrateMySqlRequestProperties Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient. -
-
Uses of MigrateMySqlRequestProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return MigrateMySqlRequestProperties Modifier and Type Method Description MigrateMySqlRequestPropertiesMigrateMySqlRequestProperties. withConnectionString(String connectionString)Set the connectionString property: Connection string to the remote MySQL database.MigrateMySqlRequestPropertiesMigrateMySqlRequestProperties. withMigrationType(MySqlMigrationType migrationType)Set the migrationType property: The type of migration operation to be done.
-