Uses of Class
com.azure.resourcemanager.cdn.models.RateLimitRule
Packages that use RateLimitRule
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of RateLimitRule in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return RateLimitRuleModifier and TypeMethodDescriptionRateLimitRule.withAction(ActionType action) Set the action property: Describes what action to be applied when rule matches.RateLimitRule.withEnabledState(CustomRuleEnabledState enabledState) Set the enabledState property: Describes if the custom rule is in enabled or disabled state.RateLimitRule.withMatchConditions(List<MatchCondition> matchConditions) Set the matchConditions property: List of match conditions.Set the name property: Defines the name of the custom rule.RateLimitRule.withPriority(int priority) Set the priority property: Defines in what order this rule be evaluated in the overall list of custom rules.RateLimitRule.withRateLimitDurationInMinutes(int rateLimitDurationInMinutes) Set the rateLimitDurationInMinutes property: Defines rate limit duration.RateLimitRule.withRateLimitThreshold(int rateLimitThreshold) Set the rateLimitThreshold property: Defines rate limit threshold.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type RateLimitRuleModifier and TypeMethodDescriptionRateLimitRuleList.rules()Get the rules property: List of rules.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type RateLimitRuleModifier and TypeMethodDescriptionRateLimitRuleList.withRules(List<RateLimitRule> rules) Set the rules property: List of rules.