Uses of Class
com.azure.compute.batch.models.EnableBatchJobScheduleOptions
Packages that use EnableBatchJobScheduleOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of EnableBatchJobScheduleOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type EnableBatchJobScheduleOptionsModifier and TypeMethodDescriptionBatchAsyncClient.enableJobSchedule
(String jobScheduleId, EnableBatchJobScheduleOptions options, com.azure.core.http.RequestConditions requestConditions) Enables a Job Schedule.void
BatchClient.enableJobSchedule
(String jobScheduleId, EnableBatchJobScheduleOptions options, com.azure.core.http.RequestConditions requestConditions) Enables a Job Schedule. -
Uses of EnableBatchJobScheduleOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return EnableBatchJobScheduleOptionsModifier and TypeMethodDescriptionEnableBatchJobScheduleOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.