Uses of Class
com.microsoft.azure.management.sql.JobSchedule
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of JobSchedule in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionJobSchedule.withEnabled
(Boolean enabled) Set whether or not the schedule is enabled.JobSchedule.withEndTime
(org.joda.time.DateTime endTime) Set schedule end time.JobSchedule.withInterval
(String interval) Set value of the schedule's recurring interval, if the schedule type is recurring.JobSchedule.withStartTime
(org.joda.time.DateTime startTime) Set schedule start time.JobSchedule.withType
(JobScheduleType type) Set schedule interval type.