Uses of Class
com.microsoft.azure.management.cdn.CustomRule
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CustomRule in com.microsoft.azure.management.cdn
Modifier and TypeClassDescriptionclass
Defines a rate limiting rule that can be included in a waf policy.Modifier 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.Modifier and TypeMethodDescriptionCustomRuleList.withRules
(List<CustomRule> rules) Set list of rules.