JobSchedule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET