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