Share via


ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput Class

Definition

Output for the task that validates connection to Azure Database for PostgreSQL and target server requirements

public class ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput
type ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput = class
Public Class ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput
Inheritance
ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput

Constructors

ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput()

Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput class.

ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput(String, String, IList<String>, String, IList<ReportableException>)

Initializes a new instance of the ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput class.

Properties

Databases

Gets list of databases on target server

Id

Gets result identifier

TargetServerBrandVersion

Gets target server brand version

TargetServerVersion

Gets version of the target server

ValidationErrors

Gets validation errors associated with the task

Applies to