Interface WebApplicationFirewallPolicy.DefinitionStages.WithBotProtection
- All Known Subinterfaces:
WebApplicationFirewallPolicy.Definition, WebApplicationFirewallPolicy.DefinitionStages.WithCreate, WebApplicationFirewallPolicy.DefinitionStages.WithManagedRulesOrCreate, WebApplicationFirewallPolicy.DefinitionStages.WithRequestBodyOrCreate
- Enclosing interface:
WebApplicationFirewallPolicy.DefinitionStages
public static interface WebApplicationFirewallPolicy.DefinitionStages.WithBotProtection
The stage of a Web Application Firewall Policy definition allowing to specify Bot protection rule.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that the Web Application Firewall Policy to use Bot protection against malicious bots.withBotProtection(String version) Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.
-
Method Details
-
withBotProtection
WebApplicationFirewallPolicy.DefinitionStages.WithCreate withBotProtection()Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.- Returns:
- the next stage of the definition
-
withBotProtection
Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.- Parameters:
version- the version of the rule, e.g. 0.1, 1.0- Returns:
- the next stage of the update
- See Also:
-