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 IpActionTypeALLOWStatic value Allow for IpActionType.
-
Constructor Summary
Constructors Constructor Description IpActionType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IpActionTypefromString(String name)Creates or finds a IpActionType from its string representation.static Collection<IpActionType>values()
-
-
-
Field Detail
-
ALLOW
public static final IpActionType ALLOW
Static value Allow for IpActionType.
-
-
Method Detail
-
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()
- Returns:
- known IpActionType values.
-
-