Class AlertType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AlertType>
com.azure.resourcemanager.costmanagement.models.AlertType
type of alert.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AlertTypeStatic value Budget for AlertType.static final AlertTypeStatic value BudgetForecast for AlertType.static final AlertTypeStatic value Credit for AlertType.static final AlertTypeStatic value General for AlertType.static final AlertTypeStatic value Invoice for AlertType.static final AlertTypeStatic value Quota for AlertType.static final AlertTypeStatic value xCloud for AlertType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AlertTypefromString(String name) Creates or finds a AlertType from its string representation.static Collection<AlertType>values()Gets known AlertType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
BUDGET
Static value Budget for AlertType. -
INVOICE
Static value Invoice for AlertType. -
CREDIT
Static value Credit for AlertType. -
QUOTA
Static value Quota for AlertType. -
GENERAL
Static value General for AlertType. -
X_CLOUD
Static value xCloud for AlertType. -
BUDGET_FORECAST
Static value BudgetForecast for AlertType.
-
-
Constructor Details
-
AlertType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AlertType value.
-
-
Method Details
-
fromString
Creates or finds a AlertType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AlertType.
-
values
Gets known AlertType values.- Returns:
- known AlertType values.
-
fromString(String)factory method.