Uses of Class
com.azure.compute.batch.models.ExitConditions
Packages that use ExitConditions
-
Uses of ExitConditions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ExitConditionsModifier and TypeMethodDescriptionstatic ExitConditions
ExitConditions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ExitConditions from the JsonReader.BatchTask.getExitConditions()
Get the exitConditions property: How the Batch service should respond when the Task completes.BatchTaskCreateContent.getExitConditions()
Get the exitConditions property: How the Batch service should respond when the Task completes.ExitConditions.setDefaultProperty
(ExitOptions defaultProperty) Set the defaultProperty property: How the Batch service should respond if the Task fails with an exit condition not covered by any of the other properties.ExitConditions.setExitCodeRanges
(List<ExitCodeRangeMapping> exitCodeRanges) Set the exitCodeRanges property: A list of Task exit code ranges and how the Batch service should respond to them.ExitConditions.setExitCodes
(List<ExitCodeMapping> exitCodes) Set the exitCodes property: A list of individual Task exit codes and how the Batch service should respond to them.ExitConditions.setFileUploadError
(ExitOptions fileUploadError) Set the fileUploadError property: How the Batch service should respond if a file upload error occurs.ExitConditions.setPreProcessingError
(ExitOptions preProcessingError) Set the preProcessingError property: How the Batch service should respond if the Task fails to start due to an error.Methods in com.azure.compute.batch.models with parameters of type ExitConditionsModifier and TypeMethodDescriptionBatchTaskCreateContent.setExitConditions
(ExitConditions exitConditions) Set the exitConditions property: How the Batch service should respond when the Task completes.