ConnectToTargetAzureDbForPostgreSqlSyncTaskInput 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
ConnectToTargetAzureDbForPostgreSqlSyncTaskInput() |
Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskInput class. |
ConnectToTargetAzureDbForPostgreSqlSyncTaskInput(PostgreSqlConnectionInfo, PostgreSqlConnectionInfo) |
Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskInput class. |
ConnectToTargetAzureDbForPostgreSqlSyncTaskInput()
Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskInput class.
public ConnectToTargetAzureDbForPostgreSqlSyncTaskInput ();
Public Sub New ()
Applies to
ConnectToTargetAzureDbForPostgreSqlSyncTaskInput(PostgreSqlConnectionInfo, PostgreSqlConnectionInfo)
Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskInput class.
public ConnectToTargetAzureDbForPostgreSqlSyncTaskInput (Microsoft.Azure.Management.DataMigration.Models.PostgreSqlConnectionInfo sourceConnectionInfo, Microsoft.Azure.Management.DataMigration.Models.PostgreSqlConnectionInfo targetConnectionInfo);
new Microsoft.Azure.Management.DataMigration.Models.ConnectToTargetAzureDbForPostgreSqlSyncTaskInput : Microsoft.Azure.Management.DataMigration.Models.PostgreSqlConnectionInfo * Microsoft.Azure.Management.DataMigration.Models.PostgreSqlConnectionInfo -> Microsoft.Azure.Management.DataMigration.Models.ConnectToTargetAzureDbForPostgreSqlSyncTaskInput
Public Sub New (sourceConnectionInfo As PostgreSqlConnectionInfo, targetConnectionInfo As PostgreSqlConnectionInfo)
Parameters
- sourceConnectionInfo
- PostgreSqlConnectionInfo
Connection information for source PostgreSQL server
- targetConnectionInfo
- PostgreSqlConnectionInfo
Connection information for target Azure Database for PostgreSQL server