Uses of Class
com.azure.resourcemanager.network.models.WebApplicationFirewallAction
-
Packages that use WebApplicationFirewallAction Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of WebApplicationFirewallAction in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as WebApplicationFirewallAction Modifier and Type Field Description static WebApplicationFirewallActionWebApplicationFirewallAction. ALLOWStatic value Allow for WebApplicationFirewallAction.static WebApplicationFirewallActionWebApplicationFirewallAction. BLOCKStatic value Block for WebApplicationFirewallAction.static WebApplicationFirewallActionWebApplicationFirewallAction. LOGStatic value Log for WebApplicationFirewallAction.Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallAction Modifier and Type Method Description WebApplicationFirewallActionWebApplicationFirewallCustomRule. action()Get the action property: Type of Actions.static WebApplicationFirewallActionWebApplicationFirewallAction. fromString(String name)Creates or finds a WebApplicationFirewallAction from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type WebApplicationFirewallAction Modifier and Type Method Description static Collection<WebApplicationFirewallAction>WebApplicationFirewallAction. values()Methods in com.azure.resourcemanager.network.models with parameters of type WebApplicationFirewallAction Modifier and Type Method Description WebApplicationFirewallCustomRuleWebApplicationFirewallCustomRule. withAction(WebApplicationFirewallAction action)Set the action property: Type of Actions.
-