ConnectToTargetAzureDbForPostgreSqlSyncTaskInput Class
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.
Input for the task that validates connection to Azure Database for PostgreSQL and target server requirements
public class ConnectToTargetAzureDbForPostgreSqlSyncTaskInput
type ConnectToTargetAzureDbForPostgreSqlSyncTaskInput = class
Public Class ConnectToTargetAzureDbForPostgreSqlSyncTaskInput
- Inheritance
-
ConnectToTargetAzureDbForPostgreSqlSyncTaskInput
Constructors
ConnectToTargetAzureDbForPostgreSqlSyncTaskInput() |
Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskInput class. |
ConnectToTargetAzureDbForPostgreSqlSyncTaskInput(PostgreSqlConnectionInfo, PostgreSqlConnectionInfo) |
Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskInput class. |
Properties
SourceConnectionInfo |
Gets or sets connection information for source PostgreSQL server |
TargetConnectionInfo |
Gets or sets connection information for target Azure Database for PostgreSQL server |
Methods
Validate() |
Validate the object. |