Uses of Class
com.azure.resourcemanager.containerservice.models.AbsoluteMonthlySchedule
Packages that use AbsoluteMonthlySchedule
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AbsoluteMonthlySchedule in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return AbsoluteMonthlyScheduleModifier and TypeMethodDescriptionSchedule.absoluteMonthly()Get the absoluteMonthly property: For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.static AbsoluteMonthlyScheduleAbsoluteMonthlySchedule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AbsoluteMonthlySchedule from the JsonReader.AbsoluteMonthlySchedule.withDayOfMonth(int dayOfMonth) Set the dayOfMonth property: The date of the month.AbsoluteMonthlySchedule.withIntervalMonths(int intervalMonths) Set the intervalMonths property: Specifies the number of months between each set of occurrences.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AbsoluteMonthlyScheduleModifier and TypeMethodDescriptionSchedule.withAbsoluteMonthly(AbsoluteMonthlySchedule absoluteMonthly) Set the absoluteMonthly property: For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.