Uses of Class
com.azure.compute.batch.models.UpdateBatchJobScheduleOptions
Packages that use UpdateBatchJobScheduleOptions
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of UpdateBatchJobScheduleOptions in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type UpdateBatchJobScheduleOptionsModifier and TypeMethodDescriptionBatchAsyncClient.updateJobSchedule
(String jobScheduleId, BatchJobScheduleUpdateContent jobSchedule, UpdateBatchJobScheduleOptions options, com.azure.core.http.RequestConditions requestConditions) Updates the properties of the specified Job Schedule.void
BatchClient.updateJobSchedule
(String jobScheduleId, BatchJobScheduleUpdateContent jobSchedule, UpdateBatchJobScheduleOptions options, com.azure.core.http.RequestConditions requestConditions) Updates the properties of the specified Job Schedule. -
Uses of UpdateBatchJobScheduleOptions in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return UpdateBatchJobScheduleOptionsModifier and TypeMethodDescriptionUpdateBatchJobScheduleOptions.setTimeOutInSeconds
(Integer timeOutInSeconds) Set the timeOutInSeconds property: The maximum time that the server can spend processing the request, in seconds.