Class IpActionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IpActionType>
com.azure.resourcemanager.eventgrid.models.IpActionType

public final class IpActionType extends com.azure.core.util.ExpandableStringEnum<IpActionType>
Defines values for IpActionType.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IpActionType
    Static value Allow for IpActionType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a IpActionType from its string representation.
    Gets known IpActionType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • ALLOW

      public static final IpActionType ALLOW
      Static value Allow for IpActionType.
  • Constructor Details

    • IpActionType

      public IpActionType()
  • Method Details

    • fromString

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

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