Uses of Class
com.azure.compute.batch.models.BatchJobPreparationTaskState
Packages that use BatchJobPreparationTaskState
-
Uses of BatchJobPreparationTaskState in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchJobPreparationTaskStateModifier and TypeFieldDescriptionstatic final BatchJobPreparationTaskState
BatchJobPreparationTaskState.COMPLETED
The Task has exited with exit code 0, or the Task has exhausted its retry limit, or the Batch service was unable to start the Task due to Task preparation errors (such as resource file download failures).static final BatchJobPreparationTaskState
BatchJobPreparationTaskState.RUNNING
The Task is currently running (including retrying).Methods in com.azure.compute.batch.models that return BatchJobPreparationTaskStateModifier and TypeMethodDescriptionstatic BatchJobPreparationTaskState
BatchJobPreparationTaskState.fromString
(String name) Creates or finds a BatchJobPreparationTaskState from its string representation.BatchJobPreparationTaskExecutionInfo.getState()
Get the state property: The current state of the Job Preparation Task on the Compute Node.Methods in com.azure.compute.batch.models that return types with arguments of type BatchJobPreparationTaskStateModifier and TypeMethodDescriptionBatchJobPreparationTaskState.values()
Gets known BatchJobPreparationTaskState values.