Uses of Class
com.azure.resourcemanager.appservice.fluent.models.MigrateMySqlRequestProperties
Packages that use MigrateMySqlRequestProperties
Package
Description
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 MigrateMySqlRequestPropertiesModifier and TypeMethodDescriptionMigrateMySqlRequestProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of MigrateMySqlRequestProperties from the JsonReader.MigrateMySqlRequestProperties.withConnectionString
(String connectionString) Set the connectionString property: Connection string to the remote MySQL database.MigrateMySqlRequestProperties.withMigrationType
(MySqlMigrationType migrationType) Set the migrationType property: The type of migration operation to be done.