Class DailySchedule
java.lang.Object
com.azure.resourcemanager.containerservice.models.DailySchedule
For schedules like: 'recur every day' or 'recur every 3 days'.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet the intervalDays property: Specifies the number of days between each set of occurrences.voidvalidate()Validates the instance.withIntervalDays(int intervalDays) Set the intervalDays property: Specifies the number of days between each set of occurrences.
-
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
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.
-