Class ActionType

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

public final class ActionType extends com.azure.core.util.ExpandableStringEnum<ActionType>
The type of the action that will be triggered by the Automation.
  • Field Details

    • LOGIC_APP

      public static final ActionType LOGIC_APP
      Static value LogicApp for ActionType.
    • EVENT_HUB

      public static final ActionType EVENT_HUB
      Static value EventHub for ActionType.
    • WORKSPACE

      public static final ActionType WORKSPACE
      Static value Workspace 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.