JobSchedulePatchParameter Class

Definition

The set of changes to be made to a Job Schedule.

public class JobSchedulePatchParameter
type JobSchedulePatchParameter = class
Public Class JobSchedulePatchParameter
Inheritance
JobSchedulePatchParameter

Constructors

JobSchedulePatchParameter()

Initializes a new instance of the JobSchedulePatchParameter class.

JobSchedulePatchParameter(Schedule, JobSpecification, IList<MetadataItem>)

Initializes a new instance of the JobSchedulePatchParameter class.

Properties

JobSpecification

Gets or sets the details of the Jobs to be created on this schedule.

Metadata

Gets or sets a list of name-value pairs associated with the Job Schedule as metadata.

Schedule

Gets or sets the schedule according to which Jobs will be created.

Applies to