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

public final class ActionType extends com.azure.core.util.ExpandableStringEnum<ActionType>
The type of the automation rule action.
  • Field Details

    • MODIFY_PROPERTIES

      public static final ActionType MODIFY_PROPERTIES
      Static value ModifyProperties for ActionType.
    • RUN_PLAYBOOK

      public static final ActionType RUN_PLAYBOOK
      Static value RunPlaybook 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.