java.lang.Object
com.azure.core.util.ExpandableStringEnum<Operator>
com.azure.resourcemanager.frontdoor.models.Operator

public final class Operator extends com.azure.core.util.ExpandableStringEnum<Operator>
Comparison type to use for matching with the variable value.
  • Field Details

    • ANY

      public static final Operator ANY
      Static value Any for Operator.
    • IPMATCH

      public static final Operator IPMATCH
      Static value IPMatch for Operator.
    • GEO_MATCH

      public static final Operator GEO_MATCH
      Static value GeoMatch for Operator.
    • EQUAL

      public static final Operator EQUAL
      Static value Equal for Operator.
    • CONTAINS

      public static final Operator CONTAINS
      Static value Contains for Operator.
    • LESS_THAN

      public static final Operator LESS_THAN
      Static value LessThan for Operator.
    • GREATER_THAN

      public static final Operator GREATER_THAN
      Static value GreaterThan for Operator.
    • LESS_THAN_OR_EQUAL

      public static final Operator LESS_THAN_OR_EQUAL
      Static value LessThanOrEqual for Operator.
    • GREATER_THAN_OR_EQUAL

      public static final Operator GREATER_THAN_OR_EQUAL
      Static value GreaterThanOrEqual for Operator.
    • BEGINS_WITH

      public static final Operator BEGINS_WITH
      Static value BeginsWith for Operator.
    • ENDS_WITH

      public static final Operator ENDS_WITH
      Static value EndsWith for Operator.
    • REG_EX

      public static final Operator REG_EX
      Static value RegEx for Operator.
  • Constructor Details

  • Method Details

    • fromString

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

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