JobCreateOrUpdateParameters 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 CreateOrUpdate Job operation.
public class JobCreateOrUpdateParameters
type JobCreateOrUpdateParameters = class
Public Class JobCreateOrUpdateParameters
- Inheritance
-
JobCreateOrUpdateParameters
Constructors
JobCreateOrUpdateParameters() |
Initializes a new instance of the JobCreateOrUpdateParameters class. |
JobCreateOrUpdateParameters(JobAction) |
Initializes a new instance of the JobCreateOrUpdateParameters 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. |