Uses of Class
com.azure.compute.batch.models.BatchJobAction
Packages that use BatchJobAction
-
Uses of BatchJobAction in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchJobActionModifier and TypeFieldDescriptionstatic final BatchJobActionBatchJobAction.DISABLEDisable the Job.static final BatchJobActionBatchJobAction.NONETake no action.static final BatchJobActionBatchJobAction.TERMINATETerminate the Job.Methods in com.azure.compute.batch.models that return BatchJobActionModifier and TypeMethodDescriptionstatic BatchJobActionBatchJobAction.fromString(String name) Creates or finds a BatchJobAction from its string representation.ExitOptions.getJobAction()Get 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 that return types with arguments of type BatchJobActionModifier and TypeMethodDescriptionstatic Collection<BatchJobAction> BatchJobAction.values()Gets known BatchJobAction values.Methods in com.azure.compute.batch.models with parameters of type BatchJobActionModifier and TypeMethodDescriptionExitOptions.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'.