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 report.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QueryColumnTypeStatic value Dimension for QueryColumnType.static final QueryColumnTypeStatic value TagKey for QueryColumnType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryColumnTypefromString(String name) Creates or finds a QueryColumnType from its string representation.static Collection<QueryColumnType>values()Gets known QueryColumnType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
TAG_KEY
Static value TagKey for QueryColumnType. -
DIMENSION
Static value Dimension for QueryColumnType.
-
-
Constructor Details
-
QueryColumnType
Deprecated.Use thefromString(String)factory method.Creates a new instance of QueryColumnType value.
-
-
Method Details
-
fromString
Creates or finds a QueryColumnType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding QueryColumnType.
-
values
Gets known QueryColumnType values.- Returns:
- known QueryColumnType values.
-
fromString(String)factory method.