Uses of Class
com.azure.resourcemanager.containerservice.models.RelativeMonthlySchedule
Packages that use RelativeMonthlySchedule
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of RelativeMonthlySchedule in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return RelativeMonthlyScheduleModifier and TypeMethodDescriptionSchedule.relativeMonthly()Get the relativeMonthly property: For schedules like: 'recur every month on the first Monday' or 'recur every 3 months on last Friday'.RelativeMonthlySchedule.withDayOfWeek(WeekDay dayOfWeek) Set the dayOfWeek property: Specifies on which day of the week the maintenance occurs.RelativeMonthlySchedule.withIntervalMonths(int intervalMonths) Set the intervalMonths property: Specifies the number of months between each set of occurrences.RelativeMonthlySchedule.withWeekIndex(Type weekIndex) Set the weekIndex property: The week index.Methods in com.azure.resourcemanager.containerservice.models with parameters of type RelativeMonthlyScheduleModifier and TypeMethodDescriptionSchedule.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'.