| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
MySqlMigrationType |
MigrateMySqlRequestProperties.migrationType()
Get the migrationType property: The type of migration operation to be done.
|
| Modifier and Type | Method and Description |
|---|---|
MigrateMySqlRequestProperties |
MigrateMySqlRequestProperties.withMigrationType(MySqlMigrationType migrationType)
Set the migrationType property: The type of migration operation to be done.
|
| Modifier and Type | Method and Description |
|---|---|
static MySqlMigrationType |
MySqlMigrationType.fromString(String value)
Parses a serialized value to a MySqlMigrationType instance.
|
MySqlMigrationType |
MigrateMySqlRequest.migrationType()
Get the migrationType property: The type of migration operation to be done.
|
static MySqlMigrationType |
MySqlMigrationType.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
MigrateMySqlRequest |
MigrateMySqlRequest.withMigrationType(MySqlMigrationType migrationType)
Set the migrationType property: The type of migration operation to be done.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.