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

public final class AlertCategory extends com.azure.core.util.ExpandableStringEnum<AlertCategory>
Alert category.
  • Field Details

    • COST

      public static final AlertCategory COST
      Static value Cost for AlertCategory.
    • USAGE

      public static final AlertCategory USAGE
      Static value Usage for AlertCategory.
    • BILLING

      public static final AlertCategory BILLING
      Static value Billing for AlertCategory.
    • SYSTEM

      public static final AlertCategory SYSTEM
      Static value System for AlertCategory.
  • Constructor Details

    • AlertCategory

      @Deprecated public AlertCategory()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of AlertCategory value.
  • Method Details

    • fromString

      public static AlertCategory fromString(String name)
      Creates or finds a AlertCategory from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AlertCategory.
    • values

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