Class MigrateMySqlRequest
java.lang.Object
com.microsoft.azure.ProxyResource
com.microsoft.azure.management.appservice.ProxyOnlyResource
com.microsoft.azure.management.appservice.MigrateMySqlRequest
MySQL migration request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet connection string to the remote MySQL database.Get the type of migration operation to be done.withConnectionString
(String connectionString) Set connection string to the remote MySQL database.withMigrationType
(MySqlMigrationType migrationType) Set the type of migration operation to be done.Methods inherited from class com.microsoft.azure.management.appservice.ProxyOnlyResource
kind, withKind
Methods inherited from class com.microsoft.azure.ProxyResource
id, name, type
-
Constructor Details
-
MigrateMySqlRequest
public MigrateMySqlRequest()
-
-
Method Details
-
connectionString
Get connection string to the remote MySQL database.- Returns:
- the connectionString value
-
withConnectionString
Set connection string to the remote MySQL database.- Parameters:
connectionString
- the connectionString value to set- Returns:
- the MigrateMySqlRequest object itself.
-
migrationType
Get the type of migration operation to be done. Possible values include: 'LocalToRemote', 'RemoteToLocal'.- Returns:
- the migrationType value
-
withMigrationType
Set the type of migration operation to be done. Possible values include: 'LocalToRemote', 'RemoteToLocal'.- Parameters:
migrationType
- the migrationType value to set- Returns:
- the MigrateMySqlRequest object itself.
-