JobCreateOrUpdateParameters Class

Definition

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.

Applies to