Uses of Class
com.azure.resourcemanager.cdn.fluent.models.CdnWebApplicationFirewallPolicyProperties
Packages that use CdnWebApplicationFirewallPolicyProperties
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of CdnWebApplicationFirewallPolicyProperties in com.azure.resourcemanager.cdn.fluent.models
Classes in com.azure.resourcemanager.cdn.fluent.models that implement interfaces with type arguments of type CdnWebApplicationFirewallPolicyPropertiesModifier and TypeClassDescriptionfinal classDefines CDN web application firewall policy properties.Methods in com.azure.resourcemanager.cdn.fluent.models that return CdnWebApplicationFirewallPolicyPropertiesModifier and TypeMethodDescriptionCdnWebApplicationFirewallPolicyProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CdnWebApplicationFirewallPolicyProperties from the JsonReader.CdnWebApplicationFirewallPolicyProperties.withCustomRules(CustomRuleList customRules) Set the customRules property: Describes custom rules inside the policy.CdnWebApplicationFirewallPolicyProperties.withExtendedProperties(Map<String, String> extendedProperties) Set the extendedProperties property: Key-Value pair representing additional properties for Web Application Firewall policy.CdnWebApplicationFirewallPolicyProperties.withManagedRules(ManagedRuleSetList managedRules) Set the managedRules property: Describes managed rules inside the policy.CdnWebApplicationFirewallPolicyProperties.withPolicySettings(PolicySettings policySettings) Set the policySettings property: Describes policySettings for policy.CdnWebApplicationFirewallPolicyProperties.withRateLimitRules(RateLimitRuleList rateLimitRules) Set the rateLimitRules property: Describes rate limit rules inside the policy.