Uses of Class
com.azure.resourcemanager.network.models.WebApplicationFirewallEnabledState
-
Packages that use WebApplicationFirewallEnabledState Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of WebApplicationFirewallEnabledState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as WebApplicationFirewallEnabledState Modifier and Type Field Description static WebApplicationFirewallEnabledStateWebApplicationFirewallEnabledState. DISABLEDStatic value Disabled for WebApplicationFirewallEnabledState.static WebApplicationFirewallEnabledStateWebApplicationFirewallEnabledState. ENABLEDStatic value Enabled for WebApplicationFirewallEnabledState.Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallEnabledState Modifier and Type Method Description static WebApplicationFirewallEnabledStateWebApplicationFirewallEnabledState. fromString(String name)Creates or finds a WebApplicationFirewallEnabledState from its string representation.WebApplicationFirewallEnabledStatePolicySettings. state()Get the state property: The state of the policy.Methods in com.azure.resourcemanager.network.models that return types with arguments of type WebApplicationFirewallEnabledState Modifier and Type Method Description static Collection<WebApplicationFirewallEnabledState>WebApplicationFirewallEnabledState. values()Methods in com.azure.resourcemanager.network.models with parameters of type WebApplicationFirewallEnabledState Modifier and Type Method Description PolicySettingsPolicySettings. withState(WebApplicationFirewallEnabledState state)Set the state property: The state of the policy.
-