Uses of Class
com.microsoft.azure.management.appservice.MigrateMySqlRequest
Packages that use MigrateMySqlRequest
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of MigrateMySqlRequest in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return MigrateMySqlRequestModifier and TypeMethodDescriptionMigrateMySqlRequest.withConnectionString
(String connectionString) Set connection string to the remote MySQL database.MigrateMySqlRequest.withMigrationType
(MySqlMigrationType migrationType) Set the type of migration operation to be done.