Uses of Class
com.azure.resourcemanager.eventgrid.models.IpActionType
-
Packages that use IpActionType Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of IpActionType in com.azure.resourcemanager.eventgrid.models
Fields in com.azure.resourcemanager.eventgrid.models declared as IpActionType Modifier and Type Field Description static IpActionTypeIpActionType. ALLOWStatic value Allow for IpActionType.Methods in com.azure.resourcemanager.eventgrid.models that return IpActionType Modifier and Type Method Description IpActionTypeInboundIpRule. action()Get the action property: Action to perform based on the match or no match of the IpMask.static IpActionTypeIpActionType. fromString(String name)Creates or finds a IpActionType from its string representation.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type IpActionType Modifier and Type Method Description static Collection<IpActionType>IpActionType. values()Methods in com.azure.resourcemanager.eventgrid.models with parameters of type IpActionType Modifier and Type Method Description InboundIpRuleInboundIpRule. withAction(IpActionType action)Set the action property: Action to perform based on the match or no match of the IpMask.
-