Uses of Class
com.azure.compute.batch.models.GetBatchJobOptions
Packages that use GetBatchJobOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of GetBatchJobOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type GetBatchJobOptionsModifier and TypeMethodDescriptionBatchAsyncClient.getJob
(String jobId, GetBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Gets information about the specified Job.BatchClient.getJob
(String jobId, GetBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Gets information about the specified Job. -
Uses of GetBatchJobOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return GetBatchJobOptionsModifier and TypeMethodDescriptionSet the expand property: An OData $expand clause.Set the select property: An OData $select clause.GetBatchJobOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.