JobConstraints 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.
Specifies the execution constraints for a job.
public class JobConstraints
type JobConstraints = class
Public Class JobConstraints
- Inheritance
-
JobConstraints
Constructors
JobConstraints() |
Default constructor to support mocking the JobConstraints class. |
JobConstraints(Nullable<TimeSpan>, Nullable<Int32>) |
Initializes a new instance of the JobConstraints class. |
Properties
MaxTaskRetryCount |
Gets or sets the maximum number of times each task may be retried. |
MaxWallClockTime |
Gets or sets the maximum elapsed time that the job may run, measured from the time the job is created. |
Applies to
Azure SDK for .NET