Uses of Class
com.azure.resourcemanager.appservice.models.RecurrenceScheduleOccurrence
Packages that use RecurrenceScheduleOccurrence
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of RecurrenceScheduleOccurrence in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RecurrenceScheduleOccurrenceModifier and TypeMethodDescriptionstatic RecurrenceScheduleOccurrence
RecurrenceScheduleOccurrence.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RecurrenceScheduleOccurrence from the JsonReader.Set the day property: The day of the week.RecurrenceScheduleOccurrence.withOccurrence
(Integer occurrence) Set the occurrence property: The occurrence.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type RecurrenceScheduleOccurrenceModifier and TypeMethodDescriptionRecurrenceSchedule.monthlyOccurrences()
Get the monthlyOccurrences property: The monthly occurrences.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type RecurrenceScheduleOccurrenceModifier and TypeMethodDescriptionRecurrenceSchedule.withMonthlyOccurrences
(List<RecurrenceScheduleOccurrence> monthlyOccurrences) Set the monthlyOccurrences property: The monthly occurrences.