Uses of Class
com.azure.resourcemanager.cdn.models.RateLimitRuleList
Packages that use RateLimitRuleList
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of RateLimitRuleList in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return RateLimitRuleListModifier and TypeMethodDescriptionCdnWebApplicationFirewallPolicyInner.rateLimitRules()Get the rateLimitRules property: Describes rate limit rules inside the policy.CdnWebApplicationFirewallPolicyProperties.rateLimitRules()Get the rateLimitRules property: Describes rate limit rules inside the policy.Methods in com.azure.resourcemanager.cdn.fluent.models with parameters of type RateLimitRuleListModifier and TypeMethodDescriptionCdnWebApplicationFirewallPolicyInner.withRateLimitRules(RateLimitRuleList rateLimitRules) Set the rateLimitRules property: Describes rate limit rules inside the policy.CdnWebApplicationFirewallPolicyProperties.withRateLimitRules(RateLimitRuleList rateLimitRules) Set the rateLimitRules property: Describes rate limit rules inside the policy. -
Uses of RateLimitRuleList in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type RateLimitRuleListModifier and TypeClassDescriptionfinal classDefines contents of rate limit rules.Methods in com.azure.resourcemanager.cdn.models that return RateLimitRuleListModifier and TypeMethodDescriptionstatic RateLimitRuleListRateLimitRuleList.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RateLimitRuleList from the JsonReader.RateLimitRuleList.withRules(List<RateLimitRule> rules) Set the rules property: List of rules.