JobDefinitionUpdateProperties interface

Job definition properties.

Properties

agentName

Name of the Agent to assign for new Job Runs of this Job Definition.

connections

List of connections associated to this job

copyMode

Strategy to use for copy.

dataIntegrityValidation

Data Integrity Validation mode.

description

A description for the Job Definition.

schedule

Schedule information for the Job Definition.

Property Details

agentName

Name of the Agent to assign for new Job Runs of this Job Definition.

agentName?: string

Property Value

string

connections

List of connections associated to this job

connections?: string[]

Property Value

string[]

copyMode

Strategy to use for copy.

copyMode?: string

Property Value

string

dataIntegrityValidation

Data Integrity Validation mode.

dataIntegrityValidation?: string

Property Value

string

description

A description for the Job Definition.

description?: string

Property Value

string

schedule

Schedule information for the Job Definition.

schedule?: ScheduleInfo

Property Value