你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput() |
Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput class. |
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput(IList<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput>, PostgreSqlConnectionInfo, PostgreSqlConnectionInfo) |
Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput class. |
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput()
Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput class.
public MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput ();
Public Sub New ()
Applies to
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput(IList<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput>, PostgreSqlConnectionInfo, PostgreSqlConnectionInfo)
Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput class.
public MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput (System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput> selectedDatabases, Microsoft.Azure.Management.DataMigration.Models.PostgreSqlConnectionInfo targetConnectionInfo, Microsoft.Azure.Management.DataMigration.Models.PostgreSqlConnectionInfo sourceConnectionInfo);
new Microsoft.Azure.Management.DataMigration.Models.MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput : System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput> * Microsoft.Azure.Management.DataMigration.Models.PostgreSqlConnectionInfo * Microsoft.Azure.Management.DataMigration.Models.PostgreSqlConnectionInfo -> Microsoft.Azure.Management.DataMigration.Models.MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput
Public Sub New (selectedDatabases As IList(Of MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput), targetConnectionInfo As PostgreSqlConnectionInfo, sourceConnectionInfo As PostgreSqlConnectionInfo)
Parameters
- selectedDatabases
- IList<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInput>
Databases to migrate
- targetConnectionInfo
- PostgreSqlConnectionInfo
Connection information for target Azure Database for PostgreSQL
- sourceConnectionInfo
- PostgreSqlConnectionInfo
Connection information for source PostgreSQL