Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobSchedulePatchParameter

Package version

An interface representing JobSchedulePatchParameter.

summary

The set of changes to be made to a job schedule.

Hierarchy

  • JobSchedulePatchParameter

Index

Properties

Optional jobSpecification

jobSpecification: JobSpecification

The 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.

Optional metadata

metadata: MetadataItem[]

A list of name-value pairs associated with the job schedule as metadata. If you do not specify this element, existing metadata is left unchanged.

Optional schedule

schedule: Schedule

The schedule according to which jobs will be created. If you do not specify this element, the existing schedule is left unchanged.

Generated using TypeDoc