Class QueryColumnType

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

public final class QueryColumnType extends com.azure.core.util.ExpandableStringEnum<QueryColumnType>
The type of the column in the export.
  • Field Details

    • TAG

      public static final QueryColumnType TAG
      Static value Tag for QueryColumnType.
    • DIMENSION

      public static final QueryColumnType DIMENSION
      Static value Dimension for QueryColumnType.
  • Constructor Details

    • QueryColumnType

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

    • fromString

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

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