Uses of Class
com.azure.resourcemanager.datafactory.models.RecurrenceSchedule
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of RecurrenceSchedule in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionScheduleTriggerRecurrence.schedule()
Get the schedule property: The recurrence schedule.RecurrenceSchedule.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: The recurrence schedule.Set the hours property: The hours.RecurrenceSchedule.withMinutes
(List<Integer> minutes) Set the minutes property: The minutes.RecurrenceSchedule.withMonthDays
(List<Integer> monthDays) Set the monthDays property: The month days.RecurrenceSchedule.withMonthlyOccurrences
(List<RecurrenceScheduleOccurrence> monthlyOccurrences) Set the monthlyOccurrences property: The monthly occurrences.RecurrenceSchedule.withWeekDays
(List<DaysOfWeek> weekDays) Set the weekDays property: The days of the week.Modifier and TypeMethodDescriptionScheduleTriggerRecurrence.withSchedule
(RecurrenceSchedule schedule) Set the schedule property: The recurrence schedule.