Uses of Class
com.azure.resourcemanager.network.models.WebApplicationFirewallEnabledState
Packages that use WebApplicationFirewallEnabledState
Package
Description
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 WebApplicationFirewallEnabledStateModifier and TypeFieldDescriptionstatic final WebApplicationFirewallEnabledStateWebApplicationFirewallEnabledState.DISABLEDStatic value Disabled for WebApplicationFirewallEnabledState.static final WebApplicationFirewallEnabledStateWebApplicationFirewallEnabledState.ENABLEDStatic value Enabled for WebApplicationFirewallEnabledState.Methods in com.azure.resourcemanager.network.models that return WebApplicationFirewallEnabledStateModifier and TypeMethodDescriptionWebApplicationFirewallEnabledState.fromString(String name) Creates or finds a WebApplicationFirewallEnabledState from its string representation.PolicySettings.state()Get the state property: The state of the policy.Methods in com.azure.resourcemanager.network.models that return types with arguments of type WebApplicationFirewallEnabledStateModifier and TypeMethodDescriptionWebApplicationFirewallEnabledState.values()Gets known WebApplicationFirewallEnabledState values.Methods in com.azure.resourcemanager.network.models with parameters of type WebApplicationFirewallEnabledStateModifier and TypeMethodDescriptionPolicySettings.withState(WebApplicationFirewallEnabledState state) Set the state property: The state of the policy.