Condividi tramite


ConnectToTargetAzureDbForPostgreSqlSyncTaskInput Constructors

Definition

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

Applies to