java.lang.Object
com.azure.resourcemanager.containerservice.models.DailySchedule

public final class DailySchedule extends Object
For schedules like: 'recur every day' or 'recur every 3 days'.
  • Constructor Details

    • DailySchedule

      public DailySchedule()
      Creates an instance of DailySchedule class.
  • Method Details

    • intervalDays

      public int intervalDays()
      Get the intervalDays property: Specifies the number of days between each set of occurrences.
      Returns:
      the intervalDays value.
    • withIntervalDays

      public DailySchedule withIntervalDays(int intervalDays)
      Set the intervalDays property: Specifies the number of days between each set of occurrences.
      Parameters:
      intervalDays - the intervalDays value to set.
      Returns:
      the DailySchedule object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.