Uses of Class
com.azure.compute.batch.models.OnBatchTaskFailure
Packages that use OnBatchTaskFailure
-
Uses of OnBatchTaskFailure in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as OnBatchTaskFailureModifier and TypeFieldDescriptionstatic final OnBatchTaskFailure
OnBatchTaskFailure.NO_ACTION
Do nothing.static final OnBatchTaskFailure
OnBatchTaskFailure.PERFORM_EXIT_OPTIONS_JOB_ACTION
Terminate the Job.Methods in com.azure.compute.batch.models that return OnBatchTaskFailureModifier and TypeMethodDescriptionstatic OnBatchTaskFailure
OnBatchTaskFailure.fromString
(String name) Creates or finds a OnBatchTaskFailure from its string representation.BatchJob.getOnTaskFailure()
Get the onTaskFailure property: The action the Batch service should take when any Task in the Job fails.BatchJobCreateContent.getOnTaskFailure()
Get the onTaskFailure property: The action the Batch service should take when any Task in the Job fails.BatchJobSpecification.getOnTaskFailure()
Get the onTaskFailure property: The action the Batch service should take when any Task fails in a Job created under this schedule.Methods in com.azure.compute.batch.models that return types with arguments of type OnBatchTaskFailureModifier and TypeMethodDescriptionstatic Collection
<OnBatchTaskFailure> OnBatchTaskFailure.values()
Gets known OnBatchTaskFailure values.Methods in com.azure.compute.batch.models with parameters of type OnBatchTaskFailureModifier and TypeMethodDescriptionBatchJobCreateContent.setOnTaskFailure
(OnBatchTaskFailure onTaskFailure) Set the onTaskFailure property: The action the Batch service should take when any Task in the Job fails.BatchJobSpecification.setOnTaskFailure
(OnBatchTaskFailure onTaskFailure) Set the onTaskFailure property: The action the Batch service should take when any Task fails in a Job created under this schedule.