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

MigrateMySqlRequest 类

MySQL 迁移请求。

变量仅由服务器填充,发送请求时将被忽略。

继承
azure.mgmt.web.v2021_03_01.models._models_py3.ProxyOnlyResource
MigrateMySqlRequest

构造函数

MigrateMySqlRequest(*, kind: str | None = None, connection_string: str | None = None, migration_type: str | _models.MySqlMigrationType | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
kind
str

资源类型。

connection_string
str

远程 MySQL 数据库的连接字符串。

migration_type

要执行的迁移操作的类型。 已知值为:“LocalToRemote”和“RemoteToLocal”。

变量

名称 说明
id
str

资源 ID。

name
str

资源名称。

kind
str

资源类型。

type
str

资源类型。

connection_string
str

远程 MySQL 数据库的连接字符串。

migration_type

要执行的迁移操作的类型。 已知值为:“LocalToRemote”和“RemoteToLocal”。