Uses of Class
com.azure.resourcemanager.containerservice.models.Schedule
Packages that use Schedule
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of Schedule in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ScheduleModifier and TypeMethodDescriptionstatic ScheduleSchedule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Schedule from the JsonReader.MaintenanceWindow.schedule()Get the schedule property: Recurrence schedule for the maintenance window.Schedule.withAbsoluteMonthly(AbsoluteMonthlySchedule absoluteMonthly) Set the absoluteMonthly property: For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.Schedule.withDaily(DailySchedule daily) Set the daily property: For schedules like: 'recur every day' or 'recur every 3 days'.Schedule.withRelativeMonthly(RelativeMonthlySchedule relativeMonthly) Set the relativeMonthly property: For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.Schedule.withWeekly(WeeklySchedule weekly) Set the weekly property: For schedules like: 'recur every Monday' or 'recur every 3 weeks on Wednesday'.Methods in com.azure.resourcemanager.containerservice.models with parameters of type ScheduleModifier and TypeMethodDescriptionMaintenanceWindow.withSchedule(Schedule schedule) Set the schedule property: Recurrence schedule for the maintenance window.