JobUpdateParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of changes to be made to a job.
public class JobUpdateParameter
type JobUpdateParameter = class
Public Class JobUpdateParameter
- Inheritance
-
System.ObjectJobUpdateParameter
Constructors
JobUpdateParameter() |
Initializes a new instance of the JobUpdateParameter class. |
JobUpdateParameter(PoolInformation, Nullable<Int32>, JobConstraints, IList<MetadataItem>, Nullable<OnAllTasksComplete>) |
Initializes a new instance of the JobUpdateParameter class. |
Properties
Constraints |
Gets or sets the execution constraints 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. |