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