JobCreateProperties Class

Definition

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.

Applies to