Class ScrubbingRuleEntryMatchVariable

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScrubbingRuleEntryMatchVariable>
com.azure.resourcemanager.cdn.models.ScrubbingRuleEntryMatchVariable

public final class ScrubbingRuleEntryMatchVariable extends com.azure.core.util.ExpandableStringEnum<ScrubbingRuleEntryMatchVariable>
The variable to be scrubbed from the logs.
  • Field Details

    • REQUEST_IPADDRESS

      public static final ScrubbingRuleEntryMatchVariable REQUEST_IPADDRESS
      Static value RequestIPAddress for ScrubbingRuleEntryMatchVariable.
    • REQUEST_URI

      public static final ScrubbingRuleEntryMatchVariable REQUEST_URI
      Static value RequestUri for ScrubbingRuleEntryMatchVariable.
    • QUERY_STRING_ARG_NAMES

      public static final ScrubbingRuleEntryMatchVariable QUERY_STRING_ARG_NAMES
      Static value QueryStringArgNames for ScrubbingRuleEntryMatchVariable.
  • Constructor Details

    • ScrubbingRuleEntryMatchVariable

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

    • fromString

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

      Gets known ScrubbingRuleEntryMatchVariable values.
      Returns:
      known ScrubbingRuleEntryMatchVariable values.