public final class WafRuleType extends com.azure.core.util.ExpandableStringEnum<WafRuleType>
| Modifier and Type | Field and Description |
|---|---|
static WafRuleType |
BOT
Static value bot for WafRuleType.
|
static WafRuleType |
CUSTOM
Static value custom for WafRuleType.
|
static WafRuleType |
MANAGED
Static value managed for WafRuleType.
|
| Constructor and Description |
|---|
WafRuleType() |
| Modifier and Type | Method and Description |
|---|---|
static WafRuleType |
fromString(String name)
Creates or finds a WafRuleType from its string representation.
|
static Collection<WafRuleType> |
values() |
public static final WafRuleType MANAGED
public static final WafRuleType CUSTOM
public static final WafRuleType BOT
public static WafRuleType fromString(String name)
name - a name to look for.public static Collection<WafRuleType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.