Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectToSourceSqlServerTaskOutputAgentJobLevel

Package version

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

Hierarchy

  • ConnectToSourceSqlServerTaskOutputAgentJobLevel

Index

Properties

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 jobCategory

jobCategory: undefined | string

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

Optional jobOwner

jobOwner: undefined | string

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

Optional lastExecutedOn

lastExecutedOn: Date

UTC Date and time when the Agent Job was last executed. NOTE: This property will not be serialized. It can only be populated by the server.

Optional migrationEligibility

migrationEligibility: MigrationEligibilityInfo

Information about eligibility of agent job for migration. 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 validationErrors

validationErrors: ReportableException[]

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

Generated using TypeDoc