Uses of Class
com.azure.compute.batch.models.BatchJobConstraints
Packages that use BatchJobConstraints
-
Uses of BatchJobConstraints in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobConstraintsModifier and TypeMethodDescriptionstatic BatchJobConstraints
BatchJobConstraints.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchJobConstraints from the JsonReader.BatchJob.getConstraints()
Get the constraints property: The execution constraints for the Job.BatchJobCreateContent.getConstraints()
Get the constraints property: The execution constraints for the Job.BatchJobSpecification.getConstraints()
Get the constraints property: The execution constraints for Jobs created under this schedule.BatchJobUpdateContent.getConstraints()
Get the constraints property: The execution constraints for the Job.BatchJobConstraints.setMaxTaskRetryCount
(Integer maxTaskRetryCount) Set the maxTaskRetryCount property: The maximum number of times each Task may be retried.BatchJobConstraints.setMaxWallClockTime
(Duration maxWallClockTime) Set the maxWallClockTime property: The maximum elapsed time that the Job may run, measured from the time the Job is created.Methods in com.azure.compute.batch.models with parameters of type BatchJobConstraintsModifier and TypeMethodDescriptionBatchJob.setConstraints
(BatchJobConstraints constraints) Set the constraints property: The execution constraints for the Job.BatchJobCreateContent.setConstraints
(BatchJobConstraints constraints) Set the constraints property: The execution constraints for the Job.BatchJobSpecification.setConstraints
(BatchJobConstraints constraints) Set the constraints property: The execution constraints for Jobs created under this schedule.BatchJobUpdateContent.setConstraints
(BatchJobConstraints constraints) Set the constraints property: The execution constraints for the Job.