TaskConstraints Class

Definition

Defines the constraints on a particular Azure Batch task.

public class TaskConstraints
type TaskConstraints = class
Public Class TaskConstraints
Inheritance
TaskConstraints

Constructors

TaskConstraints()

Default constructor to support mocking the TaskConstraints class.

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.

Applies to