Uses of Class
com.azure.analytics.synapse.artifacts.models.RecurrenceScheduleOccurrence
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of RecurrenceScheduleOccurrence in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionRecurrenceScheduleOccurrence.setAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: The recurrence schedule occurrence.Set the day property: The day of the week.RecurrenceScheduleOccurrence.setOccurrence
(Integer occurrence) Set the occurrence property: The occurrence.Modifier and TypeMethodDescriptionRecurrenceSchedule.getMonthlyOccurrences()
Get the monthlyOccurrences property: The monthly occurrences.Modifier and TypeMethodDescriptionRecurrenceSchedule.setMonthlyOccurrences
(List<RecurrenceScheduleOccurrence> monthlyOccurrences) Set the monthlyOccurrences property: The monthly occurrences.