Compartilhar via


ConnectToTargetAzureDbForPostgreSqlSyncTaskInput Class

Definition

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.

Applies to