Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MigrateSqlServerSqlMITaskOutputAgentJobLevel

Package version

An interface representing MigrateSqlServerSqlMITaskOutputAgentJobLevel.

Hierarchy

  • MigrateSqlServerSqlMITaskOutputAgentJobLevel

Index

Properties

Optional endedOn

endedOn: Date

Migration end time NOTE: This property will not be serialized. It can only be populated by the server.

Optional exceptionsAndWarnings

exceptionsAndWarnings: ReportableException[]

Migration errors and warnings per job NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Result identifier NOTE: This property will not be serialized. It can only be populated by the server.

Optional isEnabled

isEnabled: undefined | false | true

The state of the original Agent Job. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string

Migration progress message NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Agent Job name. NOTE: This property will not be serialized. It can only be populated by the server.

resultType

resultType: "AgentJobLevelOutput"

Polymorphic Discriminator

Optional startedOn

startedOn: Date

Migration start time NOTE: This property will not be serialized. It can only be populated by the server.

Optional state

Current state of migration. Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc