MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput interface
Input for the task that migrates PostgreSQL databases to Azure Database for PostgreSQL for online migrations
Properties
encrypted |
encrypted key for secure fields |
selected |
Databases to migrate |
source |
Connection information for source PostgreSQL |
target |
Connection information for target Azure Database for PostgreSQL |
Property Details
encryptedKeyForSecureFields
encrypted key for secure fields
encryptedKeyForSecureFields?: string
Property Value
string
selectedDatabases
Databases to migrate
selectedDatabases: MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput[]
Property Value
sourceConnectionInfo
Connection information for source PostgreSQL
sourceConnectionInfo: PostgreSqlConnectionInfo
Property Value
targetConnectionInfo
Connection information for target Azure Database for PostgreSQL
targetConnectionInfo: PostgreSqlConnectionInfo
Property Value
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript