Uses of Class
com.azure.compute.batch.models.GetBatchJobTaskCountsOptions
Packages that use GetBatchJobTaskCountsOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of GetBatchJobTaskCountsOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type GetBatchJobTaskCountsOptionsModifier and TypeMethodDescriptionBatchAsyncClient.getJobTaskCounts
(String jobId, GetBatchJobTaskCountsOptions options) Gets the Task counts for the specified Job.BatchClient.getJobTaskCounts
(String jobId, GetBatchJobTaskCountsOptions options) Gets the Task counts for the specified Job. -
Uses of GetBatchJobTaskCountsOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return GetBatchJobTaskCountsOptionsModifier and TypeMethodDescriptionGetBatchJobTaskCountsOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.