Class WebApplicationFirewallEnabledState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<WebApplicationFirewallEnabledState>
com.azure.resourcemanager.network.models.WebApplicationFirewallEnabledState
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class WebApplicationFirewallEnabledState extends com.azure.core.util.ExpandableStringEnum<WebApplicationFirewallEnabledState>
The state of the policy.
  • Field Details

  • Constructor Details

    • WebApplicationFirewallEnabledState

      @Deprecated public WebApplicationFirewallEnabledState()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of WebApplicationFirewallEnabledState value.
  • Method Details

    • fromString

      public static WebApplicationFirewallEnabledState fromString(String name)
      Creates or finds a WebApplicationFirewallEnabledState from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding WebApplicationFirewallEnabledState.
    • values

      Gets known WebApplicationFirewallEnabledState values.
      Returns:
      known WebApplicationFirewallEnabledState values.