Uses of Class
com.azure.compute.batch.models.EnableBatchJobOptions
Packages that use EnableBatchJobOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of EnableBatchJobOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type EnableBatchJobOptionsModifier and TypeMethodDescriptionBatchAsyncClient.enableJob(String jobId, EnableBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Enables the specified Job, allowing new Tasks to run.voidBatchClient.enableJob(String jobId, EnableBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Enables the specified Job, allowing new Tasks to run. -
Uses of EnableBatchJobOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return EnableBatchJobOptionsModifier and TypeMethodDescriptionEnableBatchJobOptions.setTimeOutInSeconds(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.