Class RedisFirewallRuleListResult

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

public final class RedisFirewallRuleListResult extends Object
The response of list firewall rules Redis operation.
  • Constructor Details

    • RedisFirewallRuleListResult

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

    • value

      public List<RedisFirewallRuleInner> value()
      Get the value property: Results of the list firewall rules operation.
      Returns:
      the value value.
    • withValue

      Set the value property: Results of the list firewall rules operation.
      Parameters:
      value - the value value to set.
      Returns:
      the RedisFirewallRuleListResult 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.