Uses of Class
com.azure.resourcemanager.costmanagement.models.QueryColumnType
Packages that use QueryColumnType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of QueryColumnType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as QueryColumnTypeModifier and TypeFieldDescriptionstatic final QueryColumnTypeQueryColumnType.DIMENSIONStatic value Dimension for QueryColumnType.static final QueryColumnTypeQueryColumnType.TAG_KEYStatic value TagKey for QueryColumnType.Methods in com.azure.resourcemanager.costmanagement.models that return QueryColumnTypeModifier and TypeMethodDescriptionstatic QueryColumnTypeQueryColumnType.fromString(String name) Creates or finds a QueryColumnType from its string representation.QueryGrouping.type()Get the type property: Has type of the column to group.ReportConfigGrouping.type()Get the type property: Has type of the column to group.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type QueryColumnTypeModifier and TypeMethodDescriptionstatic Collection<QueryColumnType>QueryColumnType.values()Gets known QueryColumnType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type QueryColumnTypeModifier and TypeMethodDescriptionQueryGrouping.withType(QueryColumnType type) Set the type property: Has type of the column to group.ReportConfigGrouping.withType(QueryColumnType type) Set the type property: Has type of the column to group.