Uses of Class
com.azure.compute.batch.models.BatchTaskAddResult
Packages that use BatchTaskAddResult
-
Uses of BatchTaskAddResult in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchTaskAddResultModifier and TypeMethodDescriptionstatic BatchTaskAddResult
BatchTaskAddResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchTaskAddResult from the JsonReader.Methods in com.azure.compute.batch.models that return types with arguments of type BatchTaskAddResultModifier and TypeMethodDescriptionCreateTasksErrorException.failureTaskList()
Gets the list ofBatchTaskAddResult
instances containing failure details for tasks that were not successfully created.BatchTaskAddCollectionResult.getValue()
Get the value property: The results of the add Task collection operation.Constructor parameters in com.azure.compute.batch.models with type arguments of type BatchTaskAddResultModifierConstructorDescriptionCreateTasksErrorException
(String message, List<BatchTaskAddResult> failureTaskList, List<BatchTaskCreateContent> pendingTaskList) Initializes a new instance of the CreateTasksErrorException class.