ControlState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. networkanalytics. models. ControlState
- com.
- com.
public final class ControlState
extends ExpandableStringEnum<ControlState>
The data type state.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Control |
DISABLED
Static value Disabled for Control |
|
static final
Control |
ENABLED
Static value Enabled for Control |
Constructor Summary
| Constructor | Description |
|---|---|
| ControlState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Control |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Control |
fromString(String name)
Creates or finds a Control |
|
static
Collection<Control |
values()
Gets known Control |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final ControlState DISABLED
Static value Disabled for ControlState.
ENABLED
public static final ControlState ENABLED
Static value Enabled for ControlState.
Constructor Details
ControlState
@Deprecated
public ControlState()
Deprecated
Creates a new instance of ControlState value.
Method Details
fromString
public static ControlState fromString(String name)
Creates or finds a ControlState from its string representation.
Parameters:
Returns:
values
public static Collection<ControlState> values()
Gets known ControlState values.
Returns: