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 OnBatchTaskFailureOnBatchTaskFailure.NO_ACTIONDo nothing.static final OnBatchTaskFailureOnBatchTaskFailure.PERFORM_EXIT_OPTIONS_JOB_ACTIONTerminate the Job.Methods in com.azure.compute.batch.models that return OnBatchTaskFailureModifier and TypeMethodDescriptionstatic OnBatchTaskFailureOnBatchTaskFailure.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.