JobPatchParameter 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 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, JobNetworkConfiguration, 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. |
NetworkConfiguration |
Gets or sets the network configuration for the Job. |
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
Azure SDK for .NET