Enum KnownWebApplicationGatewayManagedRuleSet
java.lang.Object
java.lang.Enum<KnownWebApplicationGatewayManagedRuleSet>
com.azure.resourcemanager.network.models.KnownWebApplicationGatewayManagedRuleSet
- All Implemented Interfaces:
Serializable,Comparable<KnownWebApplicationGatewayManagedRuleSet>,java.lang.constant.Constable
public enum KnownWebApplicationGatewayManagedRuleSet
extends Enum<KnownWebApplicationGatewayManagedRuleSet>
Known Web Application Gateway managed rule set.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Azure-managed Default Rule Set (DRS) 2.1 version.Managed Rule Set based off OWASP CRS 3.0 version.Managed Rule Set based off OWASP CRS 3.1 version.Managed Rule Set based off OWASP CRS 3.2 version. -
Method Summary
Modifier and TypeMethodDescriptiontype()Gets the type of the Managed Rule Set.Returns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.version()Geets the version of the Managed Rule Set.
-
Enum Constant Details
-
OWASP_3_2
Managed Rule Set based off OWASP CRS 3.2 version.- See Also:
-
OWASP_3_1
Managed Rule Set based off OWASP CRS 3.1 version.- See Also:
-
OWASP_3_0
Managed Rule Set based off OWASP CRS 3.0 version.- See Also:
-
MICROSOFT_DEFAULT_RULESET_2_1
The Azure-managed Default Rule Set (DRS) 2.1 version.- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
type
Gets the type of the Managed Rule Set.- Returns:
- the type of the Managed Rule Set
-
version
Geets the version of the Managed Rule Set.- Returns:
- the version of the Managed Rule Set
-