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