ConnectToTargetAzureDbForMySqlTaskOutput interface
Output for the task that validates connection to Azure Database for MySQL 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. |
server |
Version of the target server 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. |
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
serverVersion
Version of the target server NOTE: This property will not be serialized. It can only be populated by the server.
serverVersion?: 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
validationErrors
Validation errors associated with the task NOTE: This property will not be serialized. It can only be populated by the server.
validationErrors?: ReportableException[]
Property Value
Azure SDK for JavaScript