java.lang.Object
com.azure.core.util.ExpandableStringEnum<CategoryType>
com.azure.resourcemanager.applicationinsights.models.CategoryType

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

    • WORKBOOK

      public static final CategoryType WORKBOOK
      Static value workbook for CategoryType.
    • TSG

      public static final CategoryType TSG
      Static value TSG for CategoryType.
    • PERFORMANCE

      public static final CategoryType PERFORMANCE
      Static value performance for CategoryType.
    • RETENTION

      public static final CategoryType RETENTION
      Static value retention for CategoryType.
  • Constructor Details

    • CategoryType

      public CategoryType()
  • Method Details

    • fromString

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

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