ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput 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.
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 |