Class WafRuleType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<WafRuleType>
-
- com.azure.resourcemanager.cdn.models.WafRuleType
-
public final class WafRuleType extends com.azure.core.util.ExpandableStringEnum<WafRuleType>
Defines values for WafRuleType.
-
-
Field Summary
Fields Modifier and Type Field Description static WafRuleTypeBOTStatic value bot for WafRuleType.static WafRuleTypeCUSTOMStatic value custom for WafRuleType.static WafRuleTypeMANAGEDStatic value managed for WafRuleType.
-
Constructor Summary
Constructors Constructor Description WafRuleType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WafRuleTypefromString(String name)Creates or finds a WafRuleType from its string representation.static Collection<WafRuleType>values()
-
-
-
Field Detail
-
MANAGED
public static final WafRuleType MANAGED
Static value managed for WafRuleType.
-
CUSTOM
public static final WafRuleType CUSTOM
Static value custom for WafRuleType.
-
BOT
public static final WafRuleType BOT
Static value bot for WafRuleType.
-
-
Method Detail
-
fromString
public static WafRuleType fromString(String name)
Creates or finds a WafRuleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding WafRuleType.
-
values
public static Collection<WafRuleType> values()
- Returns:
- known WafRuleType values.
-
-