Uses of Class
com.azure.resourcemanager.network.models.WebApplicationFirewallMode
-
Packages that use WebApplicationFirewallMode Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of WebApplicationFirewallMode in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as WebApplicationFirewallMode Modifier and Type Field Description static WebApplicationFirewallModeWebApplicationFirewallMode. DETECTIONStatic value Detection for WebApplicationFirewallMode.static WebApplicationFirewallModeWebApplicationFirewallMode. PREVENTIONStatic value Prevention for WebApplicationFirewallMode.Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallMode Modifier and Type Method Description static WebApplicationFirewallModeWebApplicationFirewallMode. fromString(String name)Creates or finds a WebApplicationFirewallMode from its string representation.WebApplicationFirewallModePolicySettings. mode()Get the mode property: The mode of the policy.Methods in com.azure.resourcemanager.network.models that return types with arguments of type WebApplicationFirewallMode Modifier and Type Method Description static Collection<WebApplicationFirewallMode>WebApplicationFirewallMode. values()Methods in com.azure.resourcemanager.network.models with parameters of type WebApplicationFirewallMode Modifier and Type Method Description PolicySettingsPolicySettings. withMode(WebApplicationFirewallMode mode)Set the mode property: The mode of the policy.
-