RedisFirewallRuleListResult Class
- java.
lang. Object - com.
azure. resourcemanager. redis. models. RedisFirewallRuleListResult
- com.
Implements
public final class RedisFirewallRuleListResult
implements JsonSerializable<RedisFirewallRuleListResult>
The response of list firewall rules Redis operation.
Constructor Summary
| Constructor | Description |
|---|---|
| RedisFirewallRuleListResult() |
Creates an instance of Redis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Redis |
fromJson(JsonReader jsonReader)
Reads an instance of Redis |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Redis |
value()
Get the value property: Results of the list firewall rules operation. |
|
Redis |
withValue(List<RedisFirewallRuleInner> value)
Set the value property: Results of the list firewall rules operation. |
Methods inherited from java.lang.Object
Constructor Details
RedisFirewallRuleListResult
public RedisFirewallRuleListResult()
Creates an instance of RedisFirewallRuleListResult class.
Method Details
fromJson
public static RedisFirewallRuleListResult fromJson(JsonReader jsonReader)
Reads an instance of RedisFirewallRuleListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link for next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<RedisFirewallRuleInner> value()
Get the value property: Results of the list firewall rules operation.
Returns:
withValue
public RedisFirewallRuleListResult withValue(List<RedisFirewallRuleInner> value)
Set the value property: Results of the list firewall rules operation.
Parameters:
Returns: