public final class ManagedRuleEnabledState extends com.microsoft.rest.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 forpublic static Collection<ManagedRuleEnabledState> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/