JobCreateParameters 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.
Parameters specifying the job definition for a Create Job operation.
public class JobCreateParameters
type JobCreateParameters = class
Public Class JobCreateParameters
- Inheritance
-
JobCreateParameters
Constructors
JobCreateParameters() |
Initializes a new instance of the JobCreateParameters class. |
JobCreateParameters(JobAction) |
Initializes a new instance of the JobCreateParameters class with required arguments. |
Properties
Action |
Required. Action to invoke for the job. |
Recurrence |
Optional. Recurrence schedule for the job. |
StartTime |
Optional. Start time for the job. Defined as ISO-8601. |