Class AlertCategory
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AlertCategory>
com.azure.resourcemanager.costmanagement.models.AlertCategory
Alert category.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AlertCategoryStatic value Billing for AlertCategory.static final AlertCategoryStatic value Cost for AlertCategory.static final AlertCategoryStatic value System for AlertCategory.static final AlertCategoryStatic value Usage for AlertCategory. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AlertCategoryfromString(String name) Creates or finds a AlertCategory from its string representation.static Collection<AlertCategory>values()Gets known AlertCategory values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
COST
Static value Cost for AlertCategory. -
USAGE
Static value Usage for AlertCategory. -
BILLING
Static value Billing for AlertCategory. -
SYSTEM
Static value System for AlertCategory.
-
-
Constructor Details
-
AlertCategory
Deprecated.Use thefromString(String)factory method.Creates a new instance of AlertCategory value.
-
-
Method Details
-
fromString
Creates or finds a AlertCategory from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AlertCategory.
-
values
Gets known AlertCategory values.- Returns:
- known AlertCategory values.
-
fromString(String)factory method.