Uses of Class
com.azure.resourcemanager.appservice.models.RecurrenceSchedule
Packages that use RecurrenceSchedule
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of RecurrenceSchedule in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RecurrenceScheduleModifier and TypeMethodDescriptionstatic RecurrenceScheduleRecurrenceSchedule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RecurrenceSchedule from the JsonReader.WorkflowTriggerRecurrence.schedule()Get the schedule property: The recurrence schedule.Set the hours property: The hours.RecurrenceSchedule.withMinutes(List<Integer> minutes) Set the minutes property: The minutes.RecurrenceSchedule.withMonthDays(List<Integer> monthDays) Set the monthDays property: The month days.RecurrenceSchedule.withMonthlyOccurrences(List<RecurrenceScheduleOccurrence> monthlyOccurrences) Set the monthlyOccurrences property: The monthly occurrences.RecurrenceSchedule.withWeekDays(List<DaysOfWeek> weekDays) Set the weekDays property: The days of the week.Methods in com.azure.resourcemanager.appservice.models with parameters of type RecurrenceScheduleModifier and TypeMethodDescriptionWorkflowTriggerRecurrence.withSchedule(RecurrenceSchedule schedule) Set the schedule property: The recurrence schedule.