Uses of Class
com.microsoft.azure.batch.protocol.models.TaskAddResult
-
Packages that use TaskAddResult Package Description com.microsoft.azure.batch This package contains the classes for BatchServiceClient.com.microsoft.azure.batch.protocol.models This package contains the models classes for BatchServiceClient. -
-
Uses of TaskAddResult in com.microsoft.azure.batch
Methods in com.microsoft.azure.batch that return types with arguments of type TaskAddResult Modifier and Type Method Description List<TaskAddResult>
CreateTasksErrorException. failureTaskList()
Constructor parameters in com.microsoft.azure.batch with type arguments of type TaskAddResult Constructor Description CreateTasksErrorException(String message, List<TaskAddResult> failureTaskList, List<TaskAddParameter> pendingTaskList)
Initializes a new instance of the CreateTasksErrorException class. -
Uses of TaskAddResult in com.microsoft.azure.batch.protocol.models
Methods in com.microsoft.azure.batch.protocol.models that return TaskAddResult Modifier and Type Method Description TaskAddResult
TaskAddResult. withError(BatchError error)
Set the error value.TaskAddResult
TaskAddResult. withETag(String eTag)
Set you can use this to detect whether the Task has changed between requests.TaskAddResult
TaskAddResult. withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.TaskAddResult
TaskAddResult. withLocation(String location)
Set the location value.TaskAddResult
TaskAddResult. withStatus(TaskAddStatus status)
Set possible values include: 'success', 'clientError', 'serverError'.TaskAddResult
TaskAddResult. withTaskId(String taskId)
Set the taskId value.Methods in com.microsoft.azure.batch.protocol.models that return types with arguments of type TaskAddResult Modifier and Type Method Description List<TaskAddResult>
TaskAddCollectionResult. value()
Get the value value.Method parameters in com.microsoft.azure.batch.protocol.models with type arguments of type TaskAddResult Modifier and Type Method Description TaskAddCollectionResult
TaskAddCollectionResult. withValue(List<TaskAddResult> value)
Set the value value.
-