Uses of Class
com.azure.resourcemanager.appservice.models.MigrateMySqlRequest
Packages that use MigrateMySqlRequest
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of MigrateMySqlRequest in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type MigrateMySqlRequestModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<OperationInner>, OperationInner> WebAppsClient.beginMigrateMySql
(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope) Migrates a local (in-app) MySql database to a remote MySql database.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<OperationInner>, OperationInner> WebAppsClient.beginMigrateMySql
(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope, com.azure.core.util.Context context) Migrates a local (in-app) MySql database to a remote MySql database.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<OperationInner>, OperationInner> WebAppsClient.beginMigrateMySqlAsync
(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope) Migrates a local (in-app) MySql database to a remote MySql database.WebAppsClient.migrateMySql
(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope) Migrates a local (in-app) MySql database to a remote MySql database.WebAppsClient.migrateMySql
(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope, com.azure.core.util.Context context) Migrates a local (in-app) MySql database to a remote MySql database.WebAppsClient.migrateMySqlAsync
(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope) Migrates a local (in-app) MySql database to a remote MySql database.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> WebAppsClient.migrateMySqlWithResponseAsync
(String resourceGroupName, String name, MigrateMySqlRequest migrationRequestEnvelope) Migrates a local (in-app) MySql database to a remote MySql database. -
Uses of MigrateMySqlRequest in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return MigrateMySqlRequestModifier and TypeMethodDescriptionstatic MigrateMySqlRequest
MigrateMySqlRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MigrateMySqlRequest from the JsonReader.MigrateMySqlRequest.withConnectionString
(String connectionString) Set the connectionString property: Connection string to the remote MySQL database.Set the kind property: Kind of resource.MigrateMySqlRequest.withMigrationType
(MySqlMigrationType migrationType) Set the migrationType property: The type of migration operation to be done.