Class ActionType

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ActionType>
com.microsoft.azure.management.cdn.ActionType

public final class ActionType extends com.microsoft.rest.ExpandableStringEnum<ActionType>
Defines values for ActionType.
  • Field Details

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

      public static final ActionType REDIRECT
      Static value Redirect 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()
      Returns:
      known ActionType values