Class ChartType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ChartType>
com.azure.resourcemanager.costmanagement.models.ChartType
Chart type of the main view in Cost Analysis. Required.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ChartTypeStatic value Area for ChartType.static final ChartTypeStatic value GroupedColumn for ChartType.static final ChartTypeStatic value Line for ChartType.static final ChartTypeStatic value StackedColumn for ChartType.static final ChartTypeStatic value Table for ChartType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChartTypefromString(String name) Creates or finds a ChartType from its string representation.static Collection<ChartType>values()Gets known ChartType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AREA
Static value Area for ChartType. -
LINE
Static value Line for ChartType. -
STACKED_COLUMN
Static value StackedColumn for ChartType. -
GROUPED_COLUMN
Static value GroupedColumn for ChartType. -
TABLE
Static value Table for ChartType.
-
-
Constructor Details
-
ChartType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ChartType value.
-
-
Method Details
-
fromString
Creates or finds a ChartType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ChartType.
-
values
Gets known ChartType values.- Returns:
- known ChartType values.
-
fromString(String)factory method.