Uses of Class
com.azure.compute.batch.models.BatchJobScheduleConfiguration
Packages that use BatchJobScheduleConfiguration
-
Uses of BatchJobScheduleConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobScheduleConfigurationModifier and TypeMethodDescriptionBatchJobScheduleConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchJobScheduleConfiguration from the JsonReader.BatchJobSchedule.getSchedule()
Get the schedule property: The schedule according to which Jobs will be created.BatchJobScheduleCreateContent.getSchedule()
Get the schedule property: The schedule according to which Jobs will be created.BatchJobScheduleUpdateContent.getSchedule()
Get the schedule property: The schedule according to which Jobs will be created.BatchJobScheduleConfiguration.setDoNotRunAfter
(OffsetDateTime doNotRunAfter) Set the doNotRunAfter property: A time after which no Job will be created under this Job Schedule.BatchJobScheduleConfiguration.setDoNotRunUntil
(OffsetDateTime doNotRunUntil) Set the doNotRunUntil property: The earliest time at which any Job may be created under this Job Schedule.BatchJobScheduleConfiguration.setRecurrenceInterval
(Duration recurrenceInterval) Set the recurrenceInterval property: The time interval between the start times of two successive Jobs under the Job Schedule.BatchJobScheduleConfiguration.setStartWindow
(Duration startWindow) Set the startWindow property: The time interval, starting from the time at which the schedule indicates a Job should be created, within which a Job must be created.Methods in com.azure.compute.batch.models with parameters of type BatchJobScheduleConfigurationModifier and TypeMethodDescriptionBatchJobSchedule.setSchedule
(BatchJobScheduleConfiguration schedule) Set the schedule property: The schedule according to which Jobs will be created.BatchJobScheduleUpdateContent.setSchedule
(BatchJobScheduleConfiguration schedule) Set the schedule property: The schedule according to which Jobs will be created.Constructors in com.azure.compute.batch.models with parameters of type BatchJobScheduleConfigurationModifierConstructorDescriptionBatchJobScheduleCreateContent
(String id, BatchJobScheduleConfiguration schedule, BatchJobSpecification jobSpecification) Creates an instance of BatchJobScheduleCreateContent class.