Share via


JobSchedulePatchParameter interface

An interface representing JobSchedulePatchParameter.

Properties

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.

metadata

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.

schedule

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

Property Details

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.

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, existing metadata is left unchanged.

metadata?: MetadataItem[]

Property Value

schedule

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

schedule?: Schedule

Property Value