public final class MigrateMySqlRequest extends ProxyOnlyResource
| Constructor and Description |
|---|
MigrateMySqlRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
connectionString()
Get the connectionString property: Connection string to the remote MySQL database.
|
MySqlMigrationType |
migrationType()
Get the migrationType property: The type of migration operation to be done.
|
void |
validate()
Validates the instance.
|
MigrateMySqlRequest |
withConnectionString(String connectionString)
Set the connectionString property: Connection string to the remote MySQL database.
|
MigrateMySqlRequest |
withKind(String kind)
Set the kind property: Kind of resource.
|
MigrateMySqlRequest |
withMigrationType(MySqlMigrationType migrationType)
Set the migrationType property: The type of migration operation to be done.
|
kindpublic MigrateMySqlRequest withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String connectionString()
public MigrateMySqlRequest withConnectionString(String connectionString)
connectionString - the connectionString value to set.public MySqlMigrationType migrationType()
public MigrateMySqlRequest withMigrationType(MySqlMigrationType migrationType)
migrationType - the migrationType value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.