Uses of Class
com.azure.compute.batch.models.UpdateBatchJobOptions
Packages that use UpdateBatchJobOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of UpdateBatchJobOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type UpdateBatchJobOptionsModifier and TypeMethodDescriptionBatchAsyncClient.updateJob(String jobId, BatchJobUpdateContent job, UpdateBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Updates the properties of the specified Job.voidBatchClient.updateJob(String jobId, BatchJobUpdateContent job, UpdateBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Updates the properties of the specified Job. -
Uses of UpdateBatchJobOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return UpdateBatchJobOptionsModifier and TypeMethodDescriptionUpdateBatchJobOptions.setTimeOutInSeconds(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.