JobUpdateStateParameters Class

Definition

Parameters supplied to the Update Job State operation.

public class JobUpdateStateParameters
type JobUpdateStateParameters = class
Public Class JobUpdateStateParameters
Inheritance
JobUpdateStateParameters

Constructors

JobUpdateStateParameters()

Initializes a new instance of the JobUpdateStateParameters class.

JobUpdateStateParameters(JobState)

Initializes a new instance of the JobUpdateStateParameters class with required arguments.

Properties

State

Required. New state to update to: 'enabled' or 'disabled'.

UpdateStateReason

Optional. A description of the circumstances associated with this job state update.

Applies to