Uses of Interface
com.azure.resourcemanager.network.models.WebApplicationFirewallPolicy.DefinitionStages.WithManagedRulesOrCreate
Packages that use WebApplicationFirewallPolicy.DefinitionStages.WithManagedRulesOrCreate
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of WebApplicationFirewallPolicy.DefinitionStages.WithManagedRulesOrCreate in com.azure.resourcemanager.network.models
Subinterfaces of WebApplicationFirewallPolicy.DefinitionStages.WithManagedRulesOrCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the Web Application Firewall Policy definition.Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallPolicy.DefinitionStages.WithManagedRulesOrCreateModifier and TypeMethodDescriptionWebApplicationFirewallPolicy.DefinitionStages.WithManagedRules.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.DefinitionStages.WithManagedRules.withManagedRuleSet(ManagedRuleSet managedRuleSet) Specifies a managed rule set to be added to the Web Application Firewall, with full configuration.WebApplicationFirewallPolicy.DefinitionStages.WithManagedRules.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.