Uses of Class
com.azure.compute.batch.models.BatchTaskConstraints
Packages that use BatchTaskConstraints
-
Uses of BatchTaskConstraints in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchTaskConstraintsModifier and TypeMethodDescriptionstatic BatchTaskConstraints
BatchTaskConstraints.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchTaskConstraints from the JsonReader.BatchJobManagerTask.getConstraints()
Get the constraints property: Constraints that apply to the Job Manager Task.BatchJobPreparationTask.getConstraints()
Get the constraints property: Constraints that apply to the Job Preparation Task.BatchTask.getConstraints()
Get the constraints property: The execution constraints that apply to this Task.BatchTaskCreateContent.getConstraints()
Get the constraints property: The execution constraints that apply to this Task.BatchTaskConstraints.setMaxTaskRetryCount
(Integer maxTaskRetryCount) Set the maxTaskRetryCount property: The maximum number of times the Task may be retried.BatchTaskConstraints.setMaxWallClockTime
(Duration maxWallClockTime) Set the maxWallClockTime property: The maximum elapsed time that the Task may run, measured from the time the Task starts.BatchTaskConstraints.setRetentionTime
(Duration retentionTime) Set the retentionTime property: The minimum time to retain the Task directory on the Compute Node where it ran, from the time it completes execution.Methods in com.azure.compute.batch.models with parameters of type BatchTaskConstraintsModifier and TypeMethodDescriptionBatchJobManagerTask.setConstraints
(BatchTaskConstraints constraints) Set the constraints property: Constraints that apply to the Job Manager Task.BatchJobPreparationTask.setConstraints
(BatchTaskConstraints constraints) Set the constraints property: Constraints that apply to the Job Preparation Task.BatchTask.setConstraints
(BatchTaskConstraints constraints) Set the constraints property: The execution constraints that apply to this Task.BatchTaskCreateContent.setConstraints
(BatchTaskConstraints constraints) Set the constraints property: The execution constraints that apply to this Task.