Uses of Class
com.microsoft.azure.management.cdn.CustomRule
Packages that use CustomRule
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CustomRule in com.microsoft.azure.management.cdn
Subclasses of CustomRule in com.microsoft.azure.management.cdnModifier and TypeClassDescriptionclass
Defines a rate limiting rule that can be included in a waf policy.Methods in com.microsoft.azure.management.cdn that return CustomRuleModifier and TypeMethodDescriptionCustomRule.withAction
(ActionType action) Set describes what action to be applied when rule matches.CustomRule.withEnabledState
(CustomRuleEnabledState enabledState) Set describes if the custom rule is in enabled or disabled state.CustomRule.withMatchConditions
(List<MatchCondition> matchConditions) Set list of match conditions.Set defines the name of the custom rule.CustomRule.withPriority
(int priority) Set defines in what order this rule be evaluated in the overall list of custom rules.Methods in com.microsoft.azure.management.cdn that return types with arguments of type CustomRuleMethod parameters in com.microsoft.azure.management.cdn with type arguments of type CustomRuleModifier and TypeMethodDescriptionCustomRuleList.withRules
(List<CustomRule> rules) Set list of rules.