Uses of Class
com.azure.compute.batch.models.BatchTaskAddCollectionResult
Packages that use BatchTaskAddCollectionResult
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchTaskAddCollectionResult in com.azure.compute.batch
Methods in com.azure.compute.batch that return BatchTaskAddCollectionResultModifier and TypeMethodDescriptionBatchClient.createTaskCollection
(String jobId, BatchTaskGroup taskCollection) Adds a collection of Tasks to the specified Job.BatchClient.createTaskCollection
(String jobId, BatchTaskGroup taskCollection, CreateBatchTaskCollectionOptions options) Adds a collection of Tasks to the specified Job.Methods in com.azure.compute.batch that return types with arguments of type BatchTaskAddCollectionResultModifier and TypeMethodDescriptionBatchAsyncClient.createTaskCollection
(String jobId, BatchTaskGroup taskCollection) Adds a collection of Tasks to the specified Job.BatchAsyncClient.createTaskCollection
(String jobId, BatchTaskGroup taskCollection, CreateBatchTaskCollectionOptions options) Adds a collection of Tasks to the specified Job. -
Uses of BatchTaskAddCollectionResult in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchTaskAddCollectionResultModifier and TypeMethodDescriptionstatic BatchTaskAddCollectionResult
BatchTaskAddCollectionResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchTaskAddCollectionResult from the JsonReader.