ConnectToSourceSqlServerTaskOutputTaskLevel 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.
Task level output for the task that validates connection to SQL Server and also validates source server requirements
[Newtonsoft.Json.JsonObject("TaskLevelOutput")]
public class ConnectToSourceSqlServerTaskOutputTaskLevel : Microsoft.Azure.Management.DataMigration.Models.ConnectToSourceSqlServerTaskOutput
[<Newtonsoft.Json.JsonObject("TaskLevelOutput")>]
type ConnectToSourceSqlServerTaskOutputTaskLevel = class
inherit ConnectToSourceSqlServerTaskOutput
Public Class ConnectToSourceSqlServerTaskOutputTaskLevel
Inherits ConnectToSourceSqlServerTaskOutput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ConnectToSourceSqlServerTaskOutputTaskLevel() |
Initializes a new instance of the ConnectToSourceSqlServerTaskOutputTaskLevel class. |
ConnectToSourceSqlServerTaskOutputTaskLevel(String, IDictionary<String, String>, IDictionary<String,String>, IDictionary<String,String>, IDictionary<String,String>, String, String, IList<ReportableException>) |
Initializes a new instance of the ConnectToSourceSqlServerTaskOutputTaskLevel class. |
Properties
AgentJobs |
Gets source agent jobs as a map from agent job name to id. |
Databases |
Gets source databases as a map from database name to database id |
DatabaseTdeCertificateMapping |
Gets mapping from database name to TDE certificate name, if applicable |
Id |
Gets result identifier (Inherited from ConnectToSourceSqlServerTaskOutput) |
Logins |
Gets source logins as a map from login name to login id. |
SourceServerBrandVersion |
Gets source server brand version |
SourceServerVersion |
Gets source server version |
ValidationErrors |
Gets validation errors |