Share via


BatchJobSchedule interface

A Job Schedule that allows recurring Jobs by specifying when to run Jobs and a specification used to create each Job.

Properties

jobSpecification

The details of the Jobs to be created on this schedule.

metadata

A list of name-value pairs associated with the schedule as metadata. The Batch service does not assign any meaning to metadata; it is solely for the use of user code.

schedule

The schedule according to which Jobs will be created. All times are fixed respective to UTC and are not impacted by daylight saving time.

Property Details

jobSpecification

The details of the Jobs to be created on this schedule.

jobSpecification: BatchJobSpecification

Property Value

metadata

A list of name-value pairs associated with the schedule as metadata. The Batch service does not assign any meaning to metadata; it is solely for the use of user code.

metadata?: BatchMetadataItem[]

Property Value

schedule

The schedule according to which Jobs will be created. All times are fixed respective to UTC and are not impacted by daylight saving time.

schedule?: BatchJobScheduleConfiguration

Property Value