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