Class ScheduleEntries
java.lang.Object
com.azure.resourcemanager.redis.fluent.models.ScheduleEntries
List of patch schedules for a Redis cache.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the scheduleEntries property: List of patch schedules for a Redis cache.voidvalidate()Validates the instance.withScheduleEntries(List<ScheduleEntry> scheduleEntries) Set the scheduleEntries property: List of patch schedules for a Redis cache.
-
Constructor Details
-
ScheduleEntries
public ScheduleEntries()Creates an instance of ScheduleEntries class.
-
-
Method Details
-
scheduleEntries
Get the scheduleEntries property: List of patch schedules for a Redis cache.- Returns:
- the scheduleEntries value.
-
withScheduleEntries
Set the scheduleEntries property: List of patch schedules for a Redis cache.- Parameters:
scheduleEntries- the scheduleEntries value to set.- Returns:
- the ScheduleEntries object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-