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

MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput interface

将 PostgreSQL 数据库迁移到 Azure Database for PostgreSQL 以进行联机迁移的任务的输入

属性

encryptedKeyForSecureFields

安全字段的加密密钥

selectedDatabases

要迁移的数据库

sourceConnectionInfo

源 PostgreSQL 的连接信息

startedOn

迁移开始时间注意:此属性不会序列化。 它只能由服务器填充。

targetConnectionInfo

目标 Azure Database for PostgreSQL 的连接信息

属性详细信息

encryptedKeyForSecureFields

安全字段的加密密钥

encryptedKeyForSecureFields?: string

属性值

string

selectedDatabases

要迁移的数据库

selectedDatabases: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput[]

属性值

sourceConnectionInfo

源 PostgreSQL 的连接信息

sourceConnectionInfo: PostgreSqlConnectionInfo

属性值

startedOn

迁移开始时间注意:此属性不会序列化。 它只能由服务器填充。

startedOn?: Date

属性值

Date

targetConnectionInfo

目标 Azure Database for PostgreSQL 的连接信息

targetConnectionInfo: PostgreSqlConnectionInfo

属性值