Uses of Class
com.azure.compute.batch.models.BatchTaskGroup
Packages that use BatchTaskGroup
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchTaskGroup in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchTaskGroupModifier 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.BatchClient.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. -
Uses of BatchTaskGroup in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchTaskGroupModifier and TypeMethodDescriptionstatic BatchTaskGroup
BatchTaskGroup.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchTaskGroup from the JsonReader.