Uses of Class
com.azure.resourcemanager.cdn.models.CustomRule
-
Packages that use CustomRule Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of CustomRule in com.azure.resourcemanager.cdn.models
Subclasses of CustomRule in com.azure.resourcemanager.cdn.models Modifier and Type Class Description classRateLimitRuleDefines a rate limiting rule that can be included in a waf policy.Methods in com.azure.resourcemanager.cdn.models that return CustomRule Modifier and Type Method Description CustomRuleCustomRule. withAction(ActionType action)Set the action property: Describes what action to be applied when rule matches.CustomRuleCustomRule. withEnabledState(CustomRuleEnabledState enabledState)Set the enabledState property: Describes if the custom rule is in enabled or disabled state.CustomRuleCustomRule. withMatchConditions(List<MatchCondition> matchConditions)Set the matchConditions property: List of match conditions.CustomRuleCustomRule. withName(String name)Set the name property: Defines the name of the custom rule.CustomRuleCustomRule. withPriority(int priority)Set the priority property: Defines in what order this rule be evaluated in the overall list of custom rules.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CustomRule Modifier and Type Method Description List<CustomRule>CustomRuleList. rules()Get the rules property: List of rules.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type CustomRule Modifier and Type Method Description CustomRuleListCustomRuleList. withRules(List<CustomRule> rules)Set the rules property: List of rules.
-