Class WebApplicationFirewallTransform

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

public final class WebApplicationFirewallTransform extends com.azure.core.util.ExpandableStringEnum<WebApplicationFirewallTransform>
Transforms applied before matching.
  • Field Details

  • Constructor Details

    • WebApplicationFirewallTransform

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

    • fromString

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

      Gets known WebApplicationFirewallTransform values.
      Returns:
      known WebApplicationFirewallTransform values.