Uses of Class
com.azure.compute.batch.models.BatchTaskAddStatus
Packages that use BatchTaskAddStatus
-
Uses of BatchTaskAddStatus in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchTaskAddStatusModifier and TypeFieldDescriptionstatic final BatchTaskAddStatusBatchTaskAddStatus.CLIENT_ERRORThe Task failed to add due to a client error and should not be retried without modifying the request as appropriate.static final BatchTaskAddStatusBatchTaskAddStatus.SERVER_ERRORTask failed to add due to a server error and can be retried without modification.static final BatchTaskAddStatusBatchTaskAddStatus.SUCCESSThe Task was added successfully.Methods in com.azure.compute.batch.models that return BatchTaskAddStatusModifier and TypeMethodDescriptionstatic BatchTaskAddStatusBatchTaskAddStatus.fromString(String name) Creates or finds a BatchTaskAddStatus from its string representation.BatchTaskAddResult.getStatus()Get the status property: The status of the add Task request.Methods in com.azure.compute.batch.models that return types with arguments of type BatchTaskAddStatusModifier and TypeMethodDescriptionstatic Collection<BatchTaskAddStatus> BatchTaskAddStatus.values()Gets known BatchTaskAddStatus values.