Uses of Class
com.azure.compute.batch.models.BatchSubtask
Packages that use BatchSubtask
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchSubtask in com.azure.compute.batch
Methods in com.azure.compute.batch that return types with arguments of type BatchSubtaskModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<BatchSubtask> BatchAsyncClient.listSubTasks(String jobId, String taskId) Lists all of the subtasks that are associated with the specified multi-instance Task.com.azure.core.http.rest.PagedFlux<BatchSubtask> BatchAsyncClient.listSubTasks(String jobId, String taskId, ListBatchSubTasksOptions options) Lists all of the subtasks that are associated with the specified multi-instance Task.com.azure.core.http.rest.PagedIterable<BatchSubtask> BatchClient.listSubTasks(String jobId, String taskId) Lists all of the subtasks that are associated with the specified multi-instance Task.com.azure.core.http.rest.PagedIterable<BatchSubtask> BatchClient.listSubTasks(String jobId, String taskId, ListBatchSubTasksOptions options) Lists all of the subtasks that are associated with the specified multi-instance Task. -
Uses of BatchSubtask in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchSubtaskModifier and TypeMethodDescriptionstatic BatchSubtaskBatchSubtask.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BatchSubtask from the JsonReader.