Uses of Class
com.azure.resourcemanager.datafactory.models.RecurrenceScheduleOccurrence
-
Packages that use RecurrenceScheduleOccurrence Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of RecurrenceScheduleOccurrence in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return RecurrenceScheduleOccurrence Modifier and Type Method Description RecurrenceScheduleOccurrence
RecurrenceScheduleOccurrence. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: The recurrence schedule occurrence.RecurrenceScheduleOccurrence
RecurrenceScheduleOccurrence. withDay(DayOfWeek day)
Set the day property: The day of the week.RecurrenceScheduleOccurrence
RecurrenceScheduleOccurrence. withOccurrence(Integer occurrence)
Set the occurrence property: The occurrence.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type RecurrenceScheduleOccurrence Modifier and Type Method Description List<RecurrenceScheduleOccurrence>
RecurrenceSchedule. monthlyOccurrences()
Get the monthlyOccurrences property: The monthly occurrences.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type RecurrenceScheduleOccurrence Modifier and Type Method Description RecurrenceSchedule
RecurrenceSchedule. withMonthlyOccurrences(List<RecurrenceScheduleOccurrence> monthlyOccurrences)
Set the monthlyOccurrences property: The monthly occurrences.
-