Class CostDetailsStatusType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CostDetailsStatusType>
com.azure.resourcemanager.costmanagement.models.CostDetailsStatusType
public final class CostDetailsStatusType
extends com.azure.core.util.ExpandableStringEnum<CostDetailsStatusType>
The status of the cost details operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CostDetailsStatusTypeStatic value Completed for CostDetailsStatusType.static final CostDetailsStatusTypeStatic value Failed for CostDetailsStatusType.static final CostDetailsStatusTypeStatic value NoDataFound for CostDetailsStatusType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CostDetailsStatusTypefromString(String name) Creates or finds a CostDetailsStatusType from its string representation.static Collection<CostDetailsStatusType>values()Gets known CostDetailsStatusType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
COMPLETED
Static value Completed for CostDetailsStatusType. -
NO_DATA_FOUND
Static value NoDataFound for CostDetailsStatusType. -
FAILED
Static value Failed for CostDetailsStatusType.
-
-
Constructor Details
-
CostDetailsStatusType
Deprecated.Use thefromString(String)factory method.Creates a new instance of CostDetailsStatusType value.
-
-
Method Details
-
fromString
Creates or finds a CostDetailsStatusType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CostDetailsStatusType.
-
values
Gets known CostDetailsStatusType values.- Returns:
- known CostDetailsStatusType values.
-
fromString(String)factory method.