你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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