Share via


JobScheduleUpdateParameter interface

An interface representing JobScheduleUpdateParameter.

Properties

jobSpecification

Details of the Jobs to be created on this schedule. Updates affect only Jobs that are started after the update has taken place. Any currently active Job continues with the older specification.

metadata

A list of name-value pairs associated with the Job Schedule as metadata. If you do not specify this element, it takes the default value of an empty list; in effect, any existing metadata is deleted.

schedule

The schedule according to which Jobs will be created. If you do not specify this element, it is equivalent to passing the default schedule: that is, a single Job scheduled to run immediately.

Property Details

jobSpecification

Details of the Jobs to be created on this schedule. Updates affect only Jobs that are started after the update has taken place. Any currently active Job continues with the older specification.

jobSpecification: JobSpecification

Property Value

metadata

A list of name-value pairs associated with the Job Schedule as metadata. If you do not specify this element, it takes the default value of an empty list; in effect, any existing metadata is deleted.

metadata?: MetadataItem[]

Property Value

schedule

The schedule according to which Jobs will be created. If you do not specify this element, it is equivalent to passing the default schedule: that is, a single Job scheduled to run immediately.

schedule: Schedule

Property Value