Class GenerateDetailedCostReportMetricType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GenerateDetailedCostReportMetricType>
com.azure.resourcemanager.costmanagement.models.GenerateDetailedCostReportMetricType
public final class GenerateDetailedCostReportMetricType
extends com.azure.core.util.ExpandableStringEnum<GenerateDetailedCostReportMetricType>
The type of the detailed report. By default ActualCost is provided.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GenerateDetailedCostReportMetricTypeStatic value ActualCost for GenerateDetailedCostReportMetricType.static final GenerateDetailedCostReportMetricTypeStatic value AmortizedCost for GenerateDetailedCostReportMetricType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a GenerateDetailedCostReportMetricType from its string representation.values()Gets known GenerateDetailedCostReportMetricType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ACTUAL_COST
Static value ActualCost for GenerateDetailedCostReportMetricType. -
AMORTIZED_COST
Static value AmortizedCost for GenerateDetailedCostReportMetricType.
-
-
Constructor Details
-
GenerateDetailedCostReportMetricType
Deprecated.Use thefromString(String)factory method.Creates a new instance of GenerateDetailedCostReportMetricType value.
-
-
Method Details
-
fromString
Creates or finds a GenerateDetailedCostReportMetricType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GenerateDetailedCostReportMetricType.
-
values
Gets known GenerateDetailedCostReportMetricType values.- Returns:
- known GenerateDetailedCostReportMetricType values.
-
fromString(String)factory method.