Uses of Class
com.azure.compute.batch.models.BatchTask
Packages that use BatchTask
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchTask in com.azure.compute.batch
Methods in com.azure.compute.batch that return BatchTaskModifier and TypeMethodDescriptionGets information about the specified Task.BatchClient.getTask
(String jobId, String taskId, GetBatchTaskOptions options, com.azure.core.http.RequestConditions requestConditions) Gets information about the specified Task.Methods in com.azure.compute.batch that return types with arguments of type BatchTaskModifier and TypeMethodDescriptionGets information about the specified Task.BatchAsyncClient.getTask
(String jobId, String taskId, GetBatchTaskOptions options, com.azure.core.http.RequestConditions requestConditions) Gets information about the specified Task.com.azure.core.http.rest.PagedFlux
<BatchTask> Lists all of the Tasks that are associated with the specified Job.com.azure.core.http.rest.PagedFlux
<BatchTask> BatchAsyncClient.listTasks
(String jobId, ListBatchTasksOptions options) Lists all of the Tasks that are associated with the specified Job.com.azure.core.http.rest.PagedIterable
<BatchTask> Lists all of the Tasks that are associated with the specified Job.com.azure.core.http.rest.PagedIterable
<BatchTask> BatchClient.listTasks
(String jobId, ListBatchTasksOptions options) Lists all of the Tasks that are associated with the specified Job.Methods in com.azure.compute.batch with parameters of type BatchTaskModifier and TypeMethodDescriptionBatchAsyncClient.replaceTask
(String jobId, String taskId, BatchTask task) Updates the properties of the specified Task.BatchAsyncClient.replaceTask
(String jobId, String taskId, BatchTask task, ReplaceBatchTaskOptions options, com.azure.core.http.RequestConditions requestConditions) Updates the properties of the specified Task.void
BatchClient.replaceTask
(String jobId, String taskId, BatchTask task) Updates the properties of the specified Task.void
BatchClient.replaceTask
(String jobId, String taskId, BatchTask task, ReplaceBatchTaskOptions options, com.azure.core.http.RequestConditions requestConditions) Updates the properties of the specified Task. -
Uses of BatchTask in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchTaskModifier and TypeMethodDescriptionstatic BatchTask
BatchTask.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchTask from the JsonReader.BatchTask.setConstraints
(BatchTaskConstraints constraints) Set the constraints property: The execution constraints that apply to this Task.