Class QueryOperatorType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<QueryOperatorType>
com.azure.resourcemanager.costmanagement.models.QueryOperatorType

public final class QueryOperatorType extends com.azure.core.util.ExpandableStringEnum<QueryOperatorType>
The operator to use for comparison.
  • Field Details

    • IN

      public static final QueryOperatorType IN
      Static value In for QueryOperatorType.
  • Constructor Details

    • QueryOperatorType

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

    • fromString

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

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