Uses of Class
com.azure.compute.batch.models.BatchJobSchedule
Packages that use BatchJobSchedule
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchJobSchedule in com.azure.compute.batch
Methods in com.azure.compute.batch that return BatchJobScheduleModifier and TypeMethodDescriptionBatchClient.getJobSchedule
(String jobScheduleId) Gets information about the specified Job Schedule.BatchClient.getJobSchedule
(String jobScheduleId, GetBatchJobScheduleOptions options, com.azure.core.http.RequestConditions requestConditions) Gets information about the specified Job Schedule.Methods in com.azure.compute.batch that return types with arguments of type BatchJobScheduleModifier and TypeMethodDescriptionBatchAsyncClient.getJobSchedule
(String jobScheduleId) Gets information about the specified Job Schedule.BatchAsyncClient.getJobSchedule
(String jobScheduleId, GetBatchJobScheduleOptions options, com.azure.core.http.RequestConditions requestConditions) Gets information about the specified Job Schedule.com.azure.core.http.rest.PagedFlux
<BatchJobSchedule> BatchAsyncClient.listJobSchedules()
Lists all of the Job Schedules in the specified Account.com.azure.core.http.rest.PagedFlux
<BatchJobSchedule> BatchAsyncClient.listJobSchedules
(ListBatchJobSchedulesOptions options) Lists all of the Job Schedules in the specified Account.com.azure.core.http.rest.PagedIterable
<BatchJobSchedule> BatchClient.listJobSchedules()
Lists all of the Job Schedules in the specified Account.com.azure.core.http.rest.PagedIterable
<BatchJobSchedule> BatchClient.listJobSchedules
(ListBatchJobSchedulesOptions options) Lists all of the Job Schedules in the specified Account.Methods in com.azure.compute.batch with parameters of type BatchJobScheduleModifier and TypeMethodDescriptionBatchAsyncClient.replaceJobSchedule
(String jobScheduleId, BatchJobSchedule jobSchedule) Updates the properties of the specified Job Schedule.BatchAsyncClient.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) 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 BatchJobSchedule in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobScheduleModifier and TypeMethodDescriptionstatic BatchJobSchedule
BatchJobSchedule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchJobSchedule from the JsonReader.BatchJobSchedule.setMetadata
(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the schedule as metadata.BatchJobSchedule.setSchedule
(BatchJobScheduleConfiguration schedule) Set the schedule property: The schedule according to which Jobs will be created.