Uses of Class
com.microsoft.azure.management.network.WebApplicationFirewallEnabledState
Packages that use WebApplicationFirewallEnabledState
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of WebApplicationFirewallEnabledState in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as WebApplicationFirewallEnabledStateModifier and TypeFieldDescriptionstatic final WebApplicationFirewallEnabledState
WebApplicationFirewallEnabledState.DISABLED
Static value Disabled for WebApplicationFirewallEnabledState.static final WebApplicationFirewallEnabledState
WebApplicationFirewallEnabledState.ENABLED
Static value Enabled for WebApplicationFirewallEnabledState.Methods in com.microsoft.azure.management.network that return WebApplicationFirewallEnabledStateModifier and TypeMethodDescriptionWebApplicationFirewallEnabledState.fromString
(String name) Creates or finds a WebApplicationFirewallEnabledState from its string representation.PolicySettings.state()
Get the state of the policy.Methods in com.microsoft.azure.management.network that return types with arguments of type WebApplicationFirewallEnabledStateMethods in com.microsoft.azure.management.network with parameters of type WebApplicationFirewallEnabledStateModifier and TypeMethodDescriptionPolicySettings.withState
(WebApplicationFirewallEnabledState state) Set the state of the policy.