Uses of Interface
com.azure.resourcemanager.network.models.WebApplicationFirewallPolicy.Update
Packages that use WebApplicationFirewallPolicy.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of WebApplicationFirewallPolicy.Update in com.azure.resourcemanager.network.models
Subinterfaces of WebApplicationFirewallPolicy.Update in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of a Web Application Firewall Policy update allowing to specify request body configuration.Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallPolicy.UpdateModifier and TypeMethodDescriptionWebApplicationFirewallPolicy.UpdateStages.WithState.disablePolicy()Disables the Web Application Firewall Policy.WebApplicationFirewallPolicy.UpdateStages.WithInspectRequestBody.disableRequestBodyInspection()Disables request body inspection.WebApplicationFirewallPolicy.UpdateStages.WithState.enablePolicy()Enables the Web Application Firewall Policy.WebApplicationFirewallPolicy.UpdateStages.WithBotProtection.withBotProtection()Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.WebApplicationFirewallPolicy.UpdateStages.WithBotProtection.withBotProtection(String version) Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.WebApplicationFirewallPolicy.UpdateStages.WithMode.withDetectionMode()Specify that the mode of the Web Application Firewall Policy be Detection.WebApplicationFirewallPolicy.UpdateStages.WithManagedRuleSet.withManagedRuleSet(KnownWebApplicationGatewayManagedRuleSet managedRuleSet, ManagedRuleGroupOverride... managedRuleGroupOverrides) Specifies a known managed rule set to be added to the Web Application Firewall, with optional rule group override configurations.WebApplicationFirewallPolicy.UpdateStages.WithManagedRuleSet.withManagedRuleSet(ManagedRuleSet managedRuleSet) Specifies a managed rule set to be added to the Web Application Firewall, with full configuration.WebApplicationFirewallPolicy.UpdateStages.WithManagedRuleSet.withManagedRuleSet(String type, String version, ManagedRuleGroupOverride... managedRuleGroupOverrides) Specifies a managed rule set to be added to the Web Application Firewall, with optional rule group override configurations.WebApplicationFirewallPolicy.UpdateStages.WithMode.withMode(WebApplicationFirewallMode mode) Specify the mode of the Web Application Firewall Policy.WebApplicationFirewallPolicy.UpdateStages.WithBotProtection.withoutBotProtection()Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.WebApplicationFirewallPolicy.UpdateStages.WithManagedRuleSet.withoutManagedRuleSet(KnownWebApplicationGatewayManagedRuleSet managedRuleSet) Removes the specified managed rule set from the Web Application Firewall.WebApplicationFirewallPolicy.UpdateStages.WithManagedRuleSet.withoutManagedRuleSet(String type, String version) Removes the specified managed rule set from the Web Application Firewall.WebApplicationFirewallPolicy.UpdateStages.WithMode.withPreventionMode()Specify that the mode of the Web Application Firewall Policy be Protection.