Class WebApplicationFirewallRuleType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<WebApplicationFirewallRuleType>
com.azure.resourcemanager.network.models.WebApplicationFirewallRuleType
public final class WebApplicationFirewallRuleType
extends com.azure.core.util.ExpandableStringEnum<WebApplicationFirewallRuleType>
The rule type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WebApplicationFirewallRuleTypeStatic value Invalid for WebApplicationFirewallRuleType.static final WebApplicationFirewallRuleTypeStatic value MatchRule for WebApplicationFirewallRuleType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a WebApplicationFirewallRuleType from its string representation.values()Gets known WebApplicationFirewallRuleType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
MATCH_RULE
Static value MatchRule for WebApplicationFirewallRuleType. -
INVALID
Static value Invalid for WebApplicationFirewallRuleType.
-
-
Constructor Details
-
WebApplicationFirewallRuleType
Deprecated.Use thefromString(String)factory method.Creates a new instance of WebApplicationFirewallRuleType value.
-
-
Method Details
-
fromString
Creates or finds a WebApplicationFirewallRuleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding WebApplicationFirewallRuleType.
-
values
Gets known WebApplicationFirewallRuleType values.- Returns:
- known WebApplicationFirewallRuleType values.
-
fromString(String)factory method.