MigrateMySqlRequest クラス

MySQL 移行要求。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

継承
azure.mgmt.web.v2019_08_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" です。