IpActionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. eventgrid. models. IpActionType
- com.
- com.
public final class IpActionType
extends ExpandableStringEnum<IpActionType>
Action to perform based on the match or no match of the IpMask.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Ip |
ALLOW
Static value Allow for Ip |
Constructor Summary
| Constructor | Description |
|---|---|
| IpActionType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ip |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ip |
fromString(String name)
Creates or finds a Ip |
|
static
Collection<Ip |
values()
Gets known Ip |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALLOW
public static final IpActionType ALLOW
Static value Allow for IpActionType.
Constructor Details
IpActionType
@Deprecated
public IpActionType()
Deprecated
Creates a new instance of IpActionType value.
Method Details
fromString
public static IpActionType fromString(String name)
Creates or finds a IpActionType from its string representation.
Parameters:
Returns:
values
public static Collection<IpActionType> values()
Gets known IpActionType values.
Returns: