Uses of Class
com.azure.analytics.synapse.artifacts.models.RecurrenceSchedule
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of RecurrenceSchedule in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionScheduleTriggerRecurrence.getSchedule()
Get the schedule property: The recurrence schedule.RecurrenceSchedule.setAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: The recurrence schedule.Set the hours property: The hours.RecurrenceSchedule.setMinutes
(List<Integer> minutes) Set the minutes property: The minutes.RecurrenceSchedule.setMonthDays
(List<Integer> monthDays) Set the monthDays property: The month days.RecurrenceSchedule.setMonthlyOccurrences
(List<RecurrenceScheduleOccurrence> monthlyOccurrences) Set the monthlyOccurrences property: The monthly occurrences.RecurrenceSchedule.setWeekDays
(List<DayOfWeek> weekDays) Set the weekDays property: The days of the week.Modifier and TypeMethodDescriptionScheduleTriggerRecurrence.setSchedule
(RecurrenceSchedule schedule) Set the schedule property: The recurrence schedule.