public final class RateLimitRuleList extends Object
| Constructor and Description |
|---|
RateLimitRuleList() |
| Modifier and Type | Method and Description |
|---|---|
List<RateLimitRule> |
rules()
Get the rules property: List of rules.
|
void |
validate()
Validates the instance.
|
RateLimitRuleList |
withRules(List<RateLimitRule> rules)
Set the rules property: List of rules.
|
public List<RateLimitRule> rules()
public RateLimitRuleList withRules(List<RateLimitRule> rules)
rules - the rules value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.