Uses of Class
com.azure.resourcemanager.sql.models.JobSchedule
Packages that use JobSchedule
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of JobSchedule in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return JobScheduleModifier and TypeMethodDescriptionJobInner.schedule()Get the schedule property: Schedule properties of the job.JobProperties.schedule()Get the schedule property: Schedule properties of the job.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type JobScheduleModifier and TypeMethodDescriptionJobInner.withSchedule(JobSchedule schedule) Set the schedule property: Schedule properties of the job.JobProperties.withSchedule(JobSchedule schedule) Set the schedule property: Schedule properties of the job. -
Uses of JobSchedule in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return JobScheduleModifier and TypeMethodDescriptionstatic JobScheduleJobSchedule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of JobSchedule from the JsonReader.JobSchedule.withEnabled(Boolean enabled) Set the enabled property: Whether or not the schedule is enabled.JobSchedule.withEndTime(OffsetDateTime endTime) Set the endTime property: Schedule end time.JobSchedule.withInterval(String interval) Set the interval property: Value of the schedule's recurring interval, if the ScheduleType is recurring.JobSchedule.withStartTime(OffsetDateTime startTime) Set the startTime property: Schedule start time.JobSchedule.withType(JobScheduleType type) Set the type property: Schedule interval type.