ConnectToTargetAzureDbForPostgreSqlSyncTaskOutput interface
Output for the task that validates connection to Azure Database for PostgreSQL and target server requirements
Properties
| databases | List of databases on target server NOTE: This property will not be serialized. It can only be populated by the server. |
| id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
| target |
Target server brand version NOTE: This property will not be serialized. It can only be populated by the server. |
| target |
Version of the target server NOTE: This property will not be serialized. It can only be populated by the server. |
| validation |
Validation errors associated with the task NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
databases
List of databases on target server NOTE: This property will not be serialized. It can only be populated by the server.
databases?: string[]
Property Value
string[]
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
targetServerBrandVersion
Target server brand version NOTE: This property will not be serialized. It can only be populated by the server.
targetServerBrandVersion?: string
Property Value
string
targetServerVersion
Version of the target server NOTE: This property will not be serialized. It can only be populated by the server.
targetServerVersion?: string
Property Value
string
validationErrors
Validation errors associated with the task NOTE: This property will not be serialized. It can only be populated by the server.
validationErrors?: ReportableException[]