Class RedisPatchScheduleInner


  • public final class RedisPatchScheduleInner
    extends com.azure.core.management.ProxyResource
    Response to put/get patch schedules for Redis cache.
    • Constructor Detail

      • RedisPatchScheduleInner

        public RedisPatchScheduleInner()
    • Method Detail

      • location

        public String location()
        Get the location property: The geo-location where the resource lives.
        Returns:
        the location value.
      • scheduleEntries

        public List<ScheduleEntry> scheduleEntries()
        Get the scheduleEntries property: List of patch schedules for a Redis cache.
        Returns:
        the scheduleEntries value.
      • withScheduleEntries

        public RedisPatchScheduleInner withScheduleEntries​(List<ScheduleEntry> scheduleEntries)
        Set the scheduleEntries property: List of patch schedules for a Redis cache.
        Parameters:
        scheduleEntries - the scheduleEntries value to set.
        Returns:
        the RedisPatchScheduleInner object itself.
      • validate

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