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 BatchJobAction
BatchJobAction.DISABLE
Disable the Job.static final BatchJobAction
BatchJobAction.NONE
Take no action.static final BatchJobAction
BatchJobAction.TERMINATE
Terminate the Job.Methods in com.azure.compute.batch.models that return BatchJobActionModifier and TypeMethodDescriptionstatic BatchJobAction
BatchJobAction.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'.