Uses of Class
com.azure.compute.batch.models.GetBatchTaskOptions
Packages that use GetBatchTaskOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of GetBatchTaskOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type GetBatchTaskOptionsModifier and TypeMethodDescriptionBatchAsyncClient.getTask(String jobId, String taskId, GetBatchTaskOptions options, com.azure.core.http.RequestConditions requestConditions) Gets 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. -
Uses of GetBatchTaskOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return GetBatchTaskOptionsModifier and TypeMethodDescriptionSet the expand property: An OData $expand clause.Set the select property: An OData $select clause.GetBatchTaskOptions.setTimeOutInSeconds(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.