java.lang.Object
com.azure.core.util.ExpandableStringEnum<Category>
com.azure.resourcemanager.advisor.models.Category

public final class Category extends com.azure.core.util.ExpandableStringEnum<Category>
Defines values for Category.
  • Field Details

    • HIGH_AVAILABILITY

      public static final Category HIGH_AVAILABILITY
      Static value HighAvailability for Category.
    • SECURITY

      public static final Category SECURITY
      Static value Security for Category.
    • PERFORMANCE

      public static final Category PERFORMANCE
      Static value Performance for Category.
    • COST

      public static final Category COST
      Static value Cost for Category.
    • OPERATIONAL_EXCELLENCE

      public static final Category OPERATIONAL_EXCELLENCE
      Static value OperationalExcellence for Category.
  • Constructor Details

  • Method Details

    • fromString

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

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