public final class ScheduleEntries extends Object
| Constructor and Description |
|---|
ScheduleEntries() |
| Modifier and Type | Method and Description |
|---|---|
List<ScheduleEntry> |
scheduleEntries()
Get the scheduleEntries property: List of patch schedules for a Redis cache.
|
void |
validate()
Validates the instance.
|
ScheduleEntries |
withScheduleEntries(List<ScheduleEntry> scheduleEntries)
Set the scheduleEntries property: List of patch schedules for a Redis cache.
|
public List<ScheduleEntry> scheduleEntries()
public ScheduleEntries withScheduleEntries(List<ScheduleEntry> scheduleEntries)
scheduleEntries - the scheduleEntries value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.