ActionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. alertsmanagement. models. ActionType
- com.
- com.
public final class ActionType
extends ExpandableStringEnum<ActionType>
Action that should be applied.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Action |
ADD_ACTION_GROUPS
Static value Add |
|
static final
Action |
REMOVE_ALL_ACTION_GROUPS
Static value Remove |
Constructor Summary
| Constructor | Description |
|---|---|
| ActionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Action |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Action |
fromString(String name)
Creates or finds a Action |
|
static
Collection<Action |
values()
Gets known Action |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ADD_ACTION_GROUPS
public static final ActionType ADD_ACTION_GROUPS
Static value AddActionGroups for ActionType.
REMOVE_ALL_ACTION_GROUPS
public static final ActionType REMOVE_ALL_ACTION_GROUPS
Static value RemoveAllActionGroups for ActionType.
Constructor Details
ActionType
@Deprecated
public ActionType()
Deprecated
Creates a new instance of ActionType value.
Method Details
fromString
public static ActionType fromString(String name)
Creates or finds a ActionType from its string representation.
Parameters:
Returns:
values
public static Collection<ActionType> values()
Gets known ActionType values.
Returns: