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