Uses of Class
com.azure.compute.batch.models.BatchJobScheduleUpdateContent
Packages that use BatchJobScheduleUpdateContent
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchJobScheduleUpdateContent in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchJobScheduleUpdateContentModifier and TypeMethodDescriptionBatchAsyncClient.updateJobSchedule
(String jobScheduleId, BatchJobScheduleUpdateContent jobSchedule) Updates the properties of the specified Job Schedule.BatchAsyncClient.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) 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 BatchJobScheduleUpdateContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobScheduleUpdateContentModifier and TypeMethodDescriptionBatchJobScheduleUpdateContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchJobScheduleUpdateContent from the JsonReader.BatchJobScheduleUpdateContent.setJobSpecification
(BatchJobSpecification jobSpecification) Set the jobSpecification property: The details of the Jobs to be created on this schedule.BatchJobScheduleUpdateContent.setMetadata
(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the Job Schedule as metadata.BatchJobScheduleUpdateContent.setSchedule
(BatchJobScheduleConfiguration schedule) Set the schedule property: The schedule according to which Jobs will be created.