Class ActionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ActionType>
com.azure.resourcemanager.network.models.ActionType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ActionType extends com.azure.core.util.ExpandableStringEnum<ActionType>
Defines the action to take on rule match.
  • Field Details

    • ANOMALY_SCORING

      public static final ActionType ANOMALY_SCORING
      Static value AnomalyScoring for ActionType.
    • ALLOW

      public static final ActionType ALLOW
      Static value Allow for ActionType.
    • BLOCK

      public static final ActionType BLOCK
      Static value Block for ActionType.
    • LOG

      public static final ActionType LOG
      Static value Log for ActionType.
    • JSCHALLENGE

      public static final ActionType JSCHALLENGE
      Static value JSChallenge for ActionType.
  • Constructor Details

  • 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.