public final class RedisFirewallRuleListResult extends Object
| Constructor and Description |
|---|
RedisFirewallRuleListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: Link for next page of results.
|
void |
validate()
Validates the instance.
|
List<RedisFirewallRuleInner> |
value()
Get the value property: Results of the list firewall rules operation.
|
RedisFirewallRuleListResult |
withValue(List<RedisFirewallRuleInner> value)
Set the value property: Results of the list firewall rules operation.
|
public List<RedisFirewallRuleInner> value()
public RedisFirewallRuleListResult withValue(List<RedisFirewallRuleInner> value)
value - the value value to set.public String nextLink()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.