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