TaskConstraints Members

Defines the constraints on a particular Azure Batch task.

The following tables list the members exposed by the TaskConstraints type.

Public Constructors

  Name Description
  TaskConstraints Instantiate a new object with the given values.

Top

Public Properties

  Name Description
public property MaxTaskRetryCount Gets or sets the max number of retries for the task.
public property MaxWallClockTime Gets or sets the maximum duration of time for which a task is allowed to run from the time it is created.
public property RetentionTime Gets or sets the duration of time for which files in the task's working directory are retained, from the time it completes execution. After this duration, the task’s working directory is reclaimed.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

TaskConstraints Class
Microsoft.Azure.Batch Namespace