Uses of Enum
com.azure.resourcemanager.appservice.models.MySqlMigrationType
Packages that use MySqlMigrationType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of MySqlMigrationType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return MySqlMigrationTypeModifier and TypeMethodDescriptionMigrateMySqlRequestProperties.migrationType()Get the migrationType property: The type of migration operation to be done.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type MySqlMigrationTypeModifier and TypeMethodDescriptionMigrateMySqlRequestProperties.withMigrationType(MySqlMigrationType migrationType) Set the migrationType property: The type of migration operation to be done. -
Uses of MySqlMigrationType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return MySqlMigrationTypeModifier and TypeMethodDescriptionstatic MySqlMigrationTypeMySqlMigrationType.fromString(String value) Parses a serialized value to a MySqlMigrationType instance.MigrateMySqlRequest.migrationType()Get the migrationType property: The type of migration operation to be done.static MySqlMigrationTypeReturns the enum constant of this type with the specified name.static MySqlMigrationType[]MySqlMigrationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.appservice.models with parameters of type MySqlMigrationTypeModifier and TypeMethodDescriptionMigrateMySqlRequest.withMigrationType(MySqlMigrationType migrationType) Set the migrationType property: The type of migration operation to be done.