Uses of Class
com.microsoft.azure.management.network.WebApplicationFirewallEnabledState
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of WebApplicationFirewallEnabledState in com.microsoft.azure.management.network
Modifier and TypeFieldDescriptionstatic final WebApplicationFirewallEnabledState
WebApplicationFirewallEnabledState.DISABLED
Static value Disabled for WebApplicationFirewallEnabledState.static final WebApplicationFirewallEnabledState
WebApplicationFirewallEnabledState.ENABLED
Static value Enabled for WebApplicationFirewallEnabledState.Modifier and TypeMethodDescriptionWebApplicationFirewallEnabledState.fromString
(String name) Creates or finds a WebApplicationFirewallEnabledState from its string representation.PolicySettings.state()
Get the state of the policy.Modifier and TypeMethodDescriptionPolicySettings.withState
(WebApplicationFirewallEnabledState state) Set the state of the policy.