Class RedisPatchScheduleListResult

java.lang.Object
com.azure.resourcemanager.redis.models.RedisPatchScheduleListResult

public final class RedisPatchScheduleListResult extends Object
The response of list patch schedules Redis operation.
  • Constructor Details

    • RedisPatchScheduleListResult

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

    • value

      public List<RedisPatchScheduleInner> value()
      Get the value property: Results of the list patch schedules operation.
      Returns:
      the value value.
    • withValue

      Set the value property: Results of the list patch schedules operation.
      Parameters:
      value - the value value to set.
      Returns:
      the RedisPatchScheduleListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link for next page of results.
      Returns:
      the nextLink value.
    • validate

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