JobScheduleCreateParameters Class

Definition

The parameters supplied to the create job schedule operation.

public class JobScheduleCreateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class JobScheduleCreateParameters
type JobScheduleCreateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type JobScheduleCreateParameters = class
Public Class JobScheduleCreateParameters
Inheritance
JobScheduleCreateParameters
Attributes

Constructors

JobScheduleCreateParameters()

Initializes a new instance of the JobScheduleCreateParameters class.

JobScheduleCreateParameters(JobScheduleCreateProperties)
JobScheduleCreateParameters(ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>)

Initializes a new instance of the JobScheduleCreateParameters class.

Properties

Parameters

Gets or sets a list of job properties.

Properties
Runbook

Gets or sets the runbook.

RunOn

Gets or sets the hybrid worker group that the scheduled job should run on.

Schedule

Gets or sets the schedule.

Methods

Validate()

Validate the object.

Applies to