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

public final class Operator extends com.azure.core.util.ExpandableStringEnum<Operator>
the criteria operator.
  • Field Details

    • EQUALS

      public static final Operator EQUALS
      Static value Equals for Operator.
    • GREATER_THAN

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

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

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

      public static final Operator LESS_THAN_OR_EQUAL
      Static value LessThanOrEqual 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.