TaskConstraints
Class
Definition
Defines the constraints on a particular Azure Batch task.
public class TaskConstraints
- Inheritance
-
TaskConstraints
Constructors
| TaskConstraints(Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<Int32>) |
Initializes a new instance of the TaskConstraints class. |
Properties
| MaxTaskRetryCount |
Gets or sets the maximum number of retries for the task. |
| MaxWallClockTime |
Gets or sets the maximum elapsed time that the task may run, measured from the time the task starts. |
| RetentionTime |
Gets or sets the minimum time to retain the working directory for the task on the compute node where it ran, from the time it completes execution. After this time, the Batch service may delete the working directory and all its contents. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |