Class WebApplicationFirewallRuleType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<WebApplicationFirewallRuleType>
com.azure.resourcemanager.network.models.WebApplicationFirewallRuleType

public final class WebApplicationFirewallRuleType extends com.azure.core.util.ExpandableStringEnum<WebApplicationFirewallRuleType>
The rule type.
  • Field Details

  • Constructor Details

    • WebApplicationFirewallRuleType

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

    • fromString

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

      public static Collection<WebApplicationFirewallRuleType> values()
      Gets known WebApplicationFirewallRuleType values.
      Returns:
      known WebApplicationFirewallRuleType values.