JobCreateProperties 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 operation.
public class JobCreateProperties
type JobCreateProperties = class
Public Class JobCreateProperties
- Inheritance
-
JobCreateProperties
Constructors
JobCreateProperties() |
Initializes a new instance of the JobCreateProperties class. |
JobCreateProperties(RunbookAssociationProperty) |
Initializes a new instance of the JobCreateProperties class with required arguments. |
Properties
Parameters |
Optional. Gets or sets the parameters of the job. |
Runbook |
Required. Gets or sets the runbook. |
RunOn |
Optional. Gets or sets the runOn which specifies the group name where the job is to be executed. |