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
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type RecurrenceScheduleOccurrenceModifier and TypeClassDescriptionfinal classThe recurrence schedule occurrence.Methods in com.azure.resourcemanager.appservice.models that return RecurrenceScheduleOccurrenceModifier and TypeMethodDescriptionstatic RecurrenceScheduleOccurrenceRecurrenceScheduleOccurrence.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.