JobPatchParameter Class

Definition

The set of changes to be made to a Job.

public class JobPatchParameter
type JobPatchParameter = class
Public Class JobPatchParameter
Inheritance
JobPatchParameter

Constructors

JobPatchParameter()

Initializes a new instance of the JobPatchParameter class.

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

Initializes a new instance of the JobPatchParameter 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