Uses of Enum
com.azure.resourcemanager.network.models.KnownWebApplicationGatewayManagedRuleSet
Packages that use KnownWebApplicationGatewayManagedRuleSet
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of KnownWebApplicationGatewayManagedRuleSet in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return KnownWebApplicationGatewayManagedRuleSetModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.KnownWebApplicationGatewayManagedRuleSet.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.network.models with parameters of type KnownWebApplicationGatewayManagedRuleSetModifier 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.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.withoutManagedRuleSet(KnownWebApplicationGatewayManagedRuleSet managedRuleSet) Removes the specified managed rule set from the Web Application Firewall.