你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MigrateSqlServerSqlMITaskOutputAgentJobLevel 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.
[Newtonsoft.Json.JsonObject("AgentJobLevelOutput")]
public class MigrateSqlServerSqlMITaskOutputAgentJobLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlMITaskOutput
[<Newtonsoft.Json.JsonObject("AgentJobLevelOutput")>]
type MigrateSqlServerSqlMITaskOutputAgentJobLevel = class
inherit MigrateSqlServerSqlMITaskOutput
Public Class MigrateSqlServerSqlMITaskOutputAgentJobLevel
Inherits MigrateSqlServerSqlMITaskOutput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateSqlServerSqlMITaskOutputAgentJobLevel() |
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputAgentJobLevel class. |
MigrateSqlServerSqlMITaskOutputAgentJobLevel(String, String, Nullable<Boolean>, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, IList<ReportableException>) |
Initializes a new instance of the MigrateSqlServerSqlMITaskOutputAgentJobLevel class. |
Properties
EndedOn |
Gets migration end time |
ExceptionsAndWarnings |
Gets migration errors and warnings per job |
Id |
Gets result identifier (Inherited from MigrateSqlServerSqlMITaskOutput) |
IsEnabled |
Gets the state of the original Agent Job. |
Message |
Gets migration progress message |
Name |
Gets agent Job name. |
StartedOn |
Gets migration start time |
State |
Gets current state of migration Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' |