Uses of Class
com.azure.resourcemanager.frontdoor.models.CustomRule
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of CustomRule in com.azure.resourcemanager.frontdoor.models
Modifier 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: Describes the name of the rule.CustomRule.withPriority
(int priority) Set the priority property: Describes priority of the rule.CustomRule.withRateLimitDurationInMinutes
(Integer rateLimitDurationInMinutes) Set the rateLimitDurationInMinutes property: Time window for resetting the rate limit count.CustomRule.withRateLimitThreshold
(Integer rateLimitThreshold) Set the rateLimitThreshold property: Number of allowed requests per client within the time window.CustomRule.withRuleType
(RuleType ruleType) Set the ruleType property: Describes type of rule.Modifier and TypeMethodDescriptionCustomRuleList.withRules
(List<CustomRule> rules) Set the rules property: List of rules.