Uses of Class
com.azure.compute.batch.models.ExitOptions
Packages that use ExitOptions
-
Uses of ExitOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return ExitOptionsModifier and TypeMethodDescriptionstatic ExitOptions
ExitOptions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ExitOptions from the JsonReader.ExitConditions.getDefaultProperty()
Get 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.ExitCodeMapping.getExitOptions()
Get the exitOptions property: How the Batch service should respond if the Task exits with this exit code.ExitCodeRangeMapping.getExitOptions()
Get the exitOptions property: How the Batch service should respond if the Task exits with an exit code in the range start to end (inclusive).ExitConditions.getFileUploadError()
Get the fileUploadError property: How the Batch service should respond if a file upload error occurs.ExitConditions.getPreProcessingError()
Get the preProcessingError property: How the Batch service should respond if the Task fails to start due to an error.ExitOptions.setDependencyAction
(DependencyAction dependencyAction) Set the dependencyAction property: An action that the Batch service performs on Tasks that depend on this Task.ExitOptions.setJobAction
(BatchJobAction jobAction) Set the jobAction property: An action to take on the Job containing the Task, if the Task completes with the given exit condition and the Job's onTaskFailed property is 'performExitOptionsJobAction'.Methods in com.azure.compute.batch.models with parameters of type ExitOptionsModifier and TypeMethodDescriptionExitConditions.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.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.Constructors in com.azure.compute.batch.models with parameters of type ExitOptionsModifierConstructorDescriptionExitCodeMapping
(int code, ExitOptions exitOptions) Creates an instance of ExitCodeMapping class.ExitCodeRangeMapping
(int start, int end, ExitOptions exitOptions) Creates an instance of ExitCodeRangeMapping class.