WafRuleType Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. cdn. WafRuleType
- com.
- com.
public final class WafRuleType
extends com.microsoft.rest.ExpandableStringEnum<WafRuleType>
Defines values for WafRuleType.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Waf |
BOT
Static value bot for Waf |
static final
Waf |
CUSTOM
Static value custom for Waf |
static final
Waf |
MANAGED
Static value managed for Waf |
Constructor Summary
Constructor | Description | |
---|---|---|
WafRuleType() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Waf |
fromString(String name)
Creates or finds a Waf |
static
java.util.Collection<Waf |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BOT
public static final WafRuleType BOT
Static value bot for WafRuleType.
CUSTOM
public static final WafRuleType CUSTOM
Static value custom for WafRuleType.
MANAGED
public static final WafRuleType MANAGED
Static value managed for WafRuleType.
Constructor Details
WafRuleType
public WafRuleType()
Method Details
fromString
public static WafRuleType fromString(String name)
Creates or finds a WafRuleType from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java