CustomRuleList Class
- java.
lang. Object - com.
microsoft. azure. management. cdn. CustomRuleList
- com.
public class CustomRuleList
Defines contents of custom rules.
Constructor Summary
Constructor | Description | |
---|---|---|
CustomRuleList() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.util.List<Custom |
rules()
Get list of rules. |
Custom |
withRules(List<CustomRule> rules)
Set list of rules. |
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
CustomRuleList
public CustomRuleList()
Method Details
rules
public List
Get list of rules.
Returns:
the rules value
withRules
public CustomRuleList withRules(List
Set list of rules.
Parameters:
rules
- the rules value to set
Returns:
the CustomRuleList object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java