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