JobScheduleCreateParameters 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.
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
Azure SDK for .NET