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

MigrateMySqlRequestProperties Class

MigrateMySqlRequest resource specific properties.

Constructor

MigrateMySqlRequestProperties()

Variables

Name Description
connection_string
str

Connection string to the remote MySQL database. Required.

migration_type
Union[str, <xref:"MySqlMigrationType">]

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

Attributes

connectionString

Connection string to the remote MySQL database. Required.

connectionString: Required[str]

migrationType

"LocalToRemote" and "RemoteToLocal".

migrationType: Required[str | MySqlMigrationType]