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 Summary
Constructors Constructor Description RedisFirewallRuleListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: Link for next page of results.voidvalidate()Validates the instance.List<RedisFirewallRuleInner>value()Get the value property: Results of the list firewall rules operation.RedisFirewallRuleListResultwithValue(List<RedisFirewallRuleInner> value)Set the value property: Results of the list firewall rules operation.
-
-
-
Method Detail
-
value
public List<RedisFirewallRuleInner> value()
Get the value property: Results of the list firewall rules operation.- Returns:
- the value value.
-
withValue
public RedisFirewallRuleListResult withValue(List<RedisFirewallRuleInner> value)
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.
-
-