Aracılığıyla paylaş


CustomRuleList Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.CustomRuleList

public class CustomRuleList

Defines contents of custom rules.

Constructor Summary

Constructor Description
CustomRuleList()

Method Summary

Modifier and Type Method and Description
java.util.List<CustomRule> rules()

Get list of rules.

CustomRuleList 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 rules()

Get list of rules.

Returns:

the rules value

withRules

public CustomRuleList withRules(List rules)

Set list of rules.

Parameters:

rules - the rules value to set

Returns:

the CustomRuleList object itself.

Applies to