ConnectToTargetSqlMITaskOutput interface
Output for the task that validates connection to Azure SQL Database Managed Instance.
Properties
agent |
List of agent jobs on the 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. |
logins | List of logins on 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. |
target |
Target server version NOTE: This property will not be serialized. It can only be populated by the server. |
validation |
Validation errors NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
agentJobs
List of agent jobs on the target server. NOTE: This property will not be serialized. It can only be populated by the server.
agentJobs?: 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
logins
List of logins on the target server. NOTE: This property will not be serialized. It can only be populated by the server.
logins?: 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
Target server version NOTE: This property will not be serialized. It can only be populated by the server.
targetServerVersion?: string
Property Value
string
validationErrors
Validation errors NOTE: This property will not be serialized. It can only be populated by the server.
validationErrors?: ReportableException[]
Property Value
Azure SDK for JavaScript