Uses of Class
com.azure.compute.batch.models.DisableBatchJobOptions
Packages that use DisableBatchJobOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of DisableBatchJobOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type DisableBatchJobOptionsModifier and TypeMethodDescriptionBatchAsyncClient.disableJob
(String jobId, BatchJobDisableContent content, DisableBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Disables the specified Job, preventing new Tasks from running.void
BatchClient.disableJob
(String jobId, BatchJobDisableContent content, DisableBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Disables the specified Job, preventing new Tasks from running. -
Uses of DisableBatchJobOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return DisableBatchJobOptionsModifier and TypeMethodDescriptionDisableBatchJobOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.