Uses of Class
com.azure.resourcemanager.cdn.models.CustomRule
Packages that use CustomRule
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of CustomRule in com.azure.resourcemanager.cdn.models
Subclasses of CustomRule in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classDefines a rate limiting rule that can be included in a waf policy.Methods in com.azure.resourcemanager.cdn.models that return CustomRuleModifier and TypeMethodDescriptionCustomRule.withAction(ActionType action) Set the action property: Describes what action to be applied when rule matches.CustomRule.withEnabledState(CustomRuleEnabledState enabledState) Set the enabledState property: Describes if the custom rule is in enabled or disabled state.CustomRule.withMatchConditions(List<MatchCondition> matchConditions) Set the matchConditions property: List of match conditions.Set the name property: Defines the name of the custom rule.CustomRule.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 CustomRuleMethod parameters in com.azure.resourcemanager.cdn.models with type arguments of type CustomRuleModifier and TypeMethodDescriptionCustomRuleList.withRules(List<CustomRule> rules) Set the rules property: List of rules.