java.lang.Object
com.azure.core.util.ExpandableStringEnum<AlertType>
com.azure.resourcemanager.costmanagement.models.AlertType

public final class AlertType extends com.azure.core.util.ExpandableStringEnum<AlertType>
type of alert.
  • Field Details

    • 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 Details

  • Method Details

    • 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.
    • values

      public static Collection<AlertType> values()
      Gets known AlertType values.
      Returns:
      known AlertType values.