Uses of Class
com.microsoft.azure.management.cdn.RateLimitRule
Packages that use RateLimitRule
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of RateLimitRule in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return RateLimitRuleModifier and TypeMethodDescriptionRateLimitRule.withRateLimitDurationInMinutes
(int rateLimitDurationInMinutes) Set defines rate limit duration.RateLimitRule.withRateLimitThreshold
(int rateLimitThreshold) Set defines rate limit threshold.Methods in com.microsoft.azure.management.cdn that return types with arguments of type RateLimitRuleMethod parameters in com.microsoft.azure.management.cdn with type arguments of type RateLimitRuleModifier and TypeMethodDescriptionRateLimitRuleList.withRules
(List<RateLimitRule> rules) Set list of rules.