AlertType (Azure SDK for Java Reference Documentation)
Rachel Davis
Published Feb 16, 2026
- java.lang.Object
- com.azure.core.util.ExpandableStringEnum<AlertType>
- com.azure.resourcemanager.costmanagement.models.AlertType
public final class AlertTypeextends com.azure.core.util.ExpandableStringEnum<AlertType>
Defines values for AlertType.
Field Summary
Constructor Summary
Constructors Constructor and Description AlertType()
Method Summary
Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
Field Detail
BUDGET
public static final AlertType BUDGET
Static value Budget for AlertType.
INVOICE
public static final AlertType INVOICE
Static value Invoice for AlertType.
CREDIT
public static final AlertType CREDIT
Static value Credit for AlertType.
QUOTA
public static final AlertType QUOTA
Static value Quota for AlertType.
GENERAL
public static final AlertType GENERAL
Static value General for AlertType.
X_CLOUD
public static final AlertType X_CLOUD
Static value xCloud for AlertType.
BUDGET_FORECAST
public static final AlertType BUDGET_FORECAST
Static value BudgetForecast for AlertType.
Constructor Detail
AlertType
public AlertType()
Copyright © 2020 Microsoft Corporation. All rights reserved.