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