JobScheduleCreateProperties 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 JobScheduleCreateProperties
type JobScheduleCreateProperties = class
Public Class JobScheduleCreateProperties
- Inheritance
-
JobScheduleCreateProperties
Constructors
JobScheduleCreateProperties() |
Initializes a new instance of the JobScheduleCreateProperties class. |
JobScheduleCreateProperties(ScheduleAssociationProperty, RunbookAssociationProperty) |
Initializes a new instance of the JobScheduleCreateProperties class with required arguments. |
Properties
Parameters |
Optional. Gets or sets a list of job properties. |
Runbook |
Required. Gets or sets the runbook. |
Schedule |
Required. Gets or sets the schedule. |