Uses of Interface
com.azure.resourcemanager.network.models.WebApplicationFirewallPolicy.DefinitionStages.WithCreate
Packages that use WebApplicationFirewallPolicy.DefinitionStages.WithCreate
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of WebApplicationFirewallPolicy.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models
Subinterfaces of WebApplicationFirewallPolicy.DefinitionStages.WithCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the Web Application Firewall Policy definition.static interfaceThe stage of a Web Application Firewall Policy definition allowing to specify the managed rules along with any other optional settings to be specified during creation.static interfaceThe stage of a Web Application Firewall Policy definition allowing to specify request body configuration.Subinterfaces with type arguments of type WebApplicationFirewallPolicy.DefinitionStages.WithCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of a Web Application Firewall Gateway definition containing all the required inputs for the resource to be created, but also allowing for any other optional settings to be specified.Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallPolicy.DefinitionStages.WithCreateModifier and TypeMethodDescriptionWebApplicationFirewallPolicy.DefinitionStages.WithState.disablePolicy()Disable the Web Application Firewall Policy.WebApplicationFirewallPolicy.DefinitionStages.WithState.enablePolicy()Enable the Web Application Firewall Policy.WebApplicationFirewallPolicy.DefinitionStages.WithBotProtection.withBotProtection()Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.WebApplicationFirewallPolicy.DefinitionStages.WithBotProtection.withBotProtection(String version) Specifies that the Web Application Firewall Policy to use Bot protection against malicious bots.WebApplicationFirewallPolicy.DefinitionStages.WithMode.withDetectionMode()Specify that the mode of the Web Application Firewall Policy be Detection.WebApplicationFirewallPolicy.DefinitionStages.WithMode.withMode(WebApplicationFirewallMode mode) Specify the mode of the Web Application Firewall.WebApplicationFirewallPolicy.DefinitionStages.WithMode.withPreventionMode()Specify that the mode of the Web Application Firewall Policy be Protection.