JobUpdateParameter Class

Definition

The set of changes to be made to a Job.

public class JobUpdateParameter
type JobUpdateParameter = class
Public Class JobUpdateParameter
Inheritance
JobUpdateParameter

Constructors

JobUpdateParameter()

Initializes a new instance of the JobUpdateParameter class.

JobUpdateParameter(PoolInformation, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, JobConstraints, IList<MetadataItem>, Nullable<OnAllTasksComplete>)

Initializes a new instance of the JobUpdateParameter class.

Properties

AllowTaskPreemption

Gets or sets whether Tasks in this job can be preempted by other high priority jobs

Constraints

Gets or sets the execution constraints for the Job.

MaxParallelTasks

Gets or sets the maximum number of tasks that can be executed in parallel for the job.

Metadata

Gets or sets a list of name-value pairs associated with the Job as metadata.

OnAllTasksComplete

Gets or sets the action the Batch service should take when all Tasks in the Job are in the completed state.

PoolInfo

Gets or sets the Pool on which the Batch service runs the Job's Tasks.

Priority

Gets or sets the priority of the Job.

Applies to