Class CostDetailsDataFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CostDetailsDataFormat>
com.azure.resourcemanager.costmanagement.models.CostDetailsDataFormat
public final class CostDetailsDataFormat
extends com.azure.core.util.ExpandableStringEnum<CostDetailsDataFormat>
The data format of the report.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CostDetailsDataFormat
Static value Csv for CostDetailsDataFormat. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CostDetailsDataFormat
fromString
(String name) Creates or finds a CostDetailsDataFormat from its string representation.static Collection<CostDetailsDataFormat>
values()
Gets known CostDetailsDataFormat values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CSV
Static value Csv for CostDetailsDataFormat.
-
-
Constructor Details
-
CostDetailsDataFormat
Deprecated.Use thefromString(String)
factory method.Creates a new instance of CostDetailsDataFormat value.
-
-
Method Details
-
fromString
Creates or finds a CostDetailsDataFormat from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding CostDetailsDataFormat.
-
values
Gets known CostDetailsDataFormat values.- Returns:
- known CostDetailsDataFormat values.
-
fromString(String)
factory method.