java.lang.Object
com.azure.core.util.ExpandableStringEnum<ActionType>
com.azure.resourcemanager.alertsmanagement.models.ActionType

public final class ActionType extends com.azure.core.util.ExpandableStringEnum<ActionType>
Action that should be applied.
  • 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

      public ActionType()
  • Method Details

    • fromString

      public static ActionType fromString(String name)
      Creates or finds a ActionType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ActionType.
    • values

      public static Collection<ActionType> values()
      Gets known ActionType values.
      Returns:
      known ActionType values.