JobSchedule Class

Definition

Definition of the job schedule.

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

Constructors

JobSchedule()

Initializes a new instance of the JobSchedule class.

JobSchedule(String, String, String, String, ScheduleAssociationProperty, RunbookAssociationProperty, String, IDictionary<String,String>)

Initializes a new instance of the JobSchedule class.

Properties

Id

Gets the id of the resource.

JobScheduleId

Gets or sets the id of job schedule.

Name

Gets the name of the variable.

Parameters

Gets or sets the parameters of the job schedule.

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.

Type

Gets resource type

Applies to