MigrateMySqlRequestPropertiesOutput interface
MigrateMySqlRequest リソース固有のプロパティ
プロパティ
| connection |
リモート MySQL データベースへの接続文字列。 |
| migration |
実行する移行操作の種類 |
プロパティの詳細
connectionString
リモート MySQL データベースへの接続文字列。
connectionString: string
プロパティ値
string
migrationType
実行する移行操作の種類
migrationType: "LocalToRemote" | "RemoteToLocal"
プロパティ値
"LocalToRemote" | "RemoteToLocal"