你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConnectToSourceSqlServerTaskOutputAgentJobLevel Class

Definition

Agent Job level output for the task that validates connection to SQL Server and also validates source server requirements

[Newtonsoft.Json.JsonObject("AgentJobLevelOutput")]
public class ConnectToSourceSqlServerTaskOutputAgentJobLevel : Microsoft.Azure.Management.DataMigration.Models.ConnectToSourceSqlServerTaskOutput
[<Newtonsoft.Json.JsonObject("AgentJobLevelOutput")>]
type ConnectToSourceSqlServerTaskOutputAgentJobLevel = class
    inherit ConnectToSourceSqlServerTaskOutput
Public Class ConnectToSourceSqlServerTaskOutputAgentJobLevel
Inherits ConnectToSourceSqlServerTaskOutput
Inheritance
ConnectToSourceSqlServerTaskOutputAgentJobLevel
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ConnectToSourceSqlServerTaskOutputAgentJobLevel()

Initializes a new instance of the ConnectToSourceSqlServerTaskOutputAgentJobLevel class.

ConnectToSourceSqlServerTaskOutputAgentJobLevel(String, String, String, Nullable<Boolean>, String, Nullable<DateTimeOffset>, IList<ReportableException>, MigrationEligibilityInfo)

Initializes a new instance of the ConnectToSourceSqlServerTaskOutputAgentJobLevel class.

Properties

Id

Gets result identifier

(Inherited from ConnectToSourceSqlServerTaskOutput)
IsEnabled

Gets the state of the original Agent Job.

JobCategory

Gets the type of Agent Job.

JobOwner

Gets the owner of the Agent Job

LastExecutedOn

Gets uTC Date and time when the Agent Job was last executed.

MigrationEligibility

Gets information about eligibility of agent job for migration.

Name

Gets agent Job name

ValidationErrors

Gets validation errors

Applies to