Uses of Class
com.azure.resourcemanager.sql.models.JobSchedule
-
Packages that use JobSchedule Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models 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 JobSchedule Modifier and Type Method Description JobScheduleJobInner. schedule()Get the schedule property: Schedule properties of the job.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type JobSchedule Modifier and Type Method Description JobInnerJobInner. 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 JobSchedule Modifier and Type Method Description JobScheduleJobSchedule. withEnabled(Boolean enabled)Set the enabled property: Whether or not the schedule is enabled.JobScheduleJobSchedule. withEndTime(OffsetDateTime endTime)Set the endTime property: Schedule end time.JobScheduleJobSchedule. withInterval(String interval)Set the interval property: Value of the schedule's recurring interval, if the schedule type is recurring.JobScheduleJobSchedule. withStartTime(OffsetDateTime startTime)Set the startTime property: Schedule start time.JobScheduleJobSchedule. withType(JobScheduleType type)Set the type property: Schedule interval type.
-