I
InsightNexus

AlertType (Azure SDK for Java Reference Documentation)

Author

Rachel Davis

Published Feb 16, 2026

AlertType (Azure SDK for Java Reference Documentation)

  • 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()
    • Method Detail

      • fromString

        public static AlertType fromString(String name)

        Creates or finds a AlertType from its string representation.

        Parameters:
        name - a name to look for.
        Returns:
        the corresponding AlertType.

Copyright © 2020 Microsoft Corporation. All rights reserved.