Uses of Class
com.azure.compute.batch.models.BatchTaskExecutionResult
Packages that use BatchTaskExecutionResult
-
Uses of BatchTaskExecutionResult in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchTaskExecutionResultModifier and TypeFieldDescriptionstatic final BatchTaskExecutionResult
BatchTaskExecutionResult.FAILURE
There was an error during processing of the Task.static final BatchTaskExecutionResult
BatchTaskExecutionResult.SUCCESS
The Task ran successfully.Methods in com.azure.compute.batch.models that return BatchTaskExecutionResultModifier and TypeMethodDescriptionstatic BatchTaskExecutionResult
BatchTaskExecutionResult.fromString
(String name) Creates or finds a BatchTaskExecutionResult from its string representation.BatchJobPreparationTaskExecutionInfo.getResult()
Get the result property: The result of the Task execution.BatchJobReleaseTaskExecutionInfo.getResult()
Get the result property: The result of the Task execution.BatchStartTaskInfo.getResult()
Get the result property: The result of the Task execution.BatchSubtask.getResult()
Get the result property: The result of the Task execution.BatchTaskExecutionInfo.getResult()
Get the result property: The result of the Task execution.Methods in com.azure.compute.batch.models that return types with arguments of type BatchTaskExecutionResultModifier and TypeMethodDescriptionstatic Collection
<BatchTaskExecutionResult> BatchTaskExecutionResult.values()
Gets known BatchTaskExecutionResult values.