Class AccumulatedType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AccumulatedType>
com.azure.resourcemanager.costmanagement.models.AccumulatedType
public final class AccumulatedType
extends com.azure.core.util.ExpandableStringEnum<AccumulatedType>
Show costs accumulated over time.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AccumulatedTypeStatic value false for AccumulatedType.static final AccumulatedTypeStatic value true for AccumulatedType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AccumulatedTypefromString(String name) Creates or finds a AccumulatedType from its string representation.static Collection<AccumulatedType>values()Gets known AccumulatedType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
TRUE
Static value true for AccumulatedType. -
FALSE
Static value false for AccumulatedType.
-
-
Constructor Details
-
AccumulatedType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AccumulatedType value.
-
-
Method Details
-
fromString
Creates or finds a AccumulatedType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AccumulatedType.
-
values
Gets known AccumulatedType values.- Returns:
- known AccumulatedType values.
-
fromString(String)factory method.