你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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