MigrateMySqlRequestProperties Class

MigrateMySqlRequest resource specific properties.

Constructor

MigrateMySqlRequestProperties(*args: Any, **kwargs: Any)

Variables

Name Description
connection_string
str

Connection string to the remote MySQL database. Required.

migration_type

The type of migration operation to be done. Required. Known values are: "LocalToRemote" and "RemoteToLocal".

Attributes

connection_string

Connection string to the remote MySQL database. Required.

connection_string: str

migration_type

"LocalToRemote" and "RemoteToLocal".

migration_type: str | _models.MySqlMigrationType