Class CategoryType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CategoryType>
com.azure.resourcemanager.applicationinsights.models.CategoryType
Defines values for CategoryType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CategoryTypeStatic value performance for CategoryType.static final CategoryTypeStatic value retention for CategoryType.static final CategoryTypeStatic value TSG for CategoryType.static final CategoryTypeStatic value workbook for CategoryType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CategoryTypefromString(String name) Creates or finds a CategoryType from its string representation.static Collection<CategoryType>values()Gets known CategoryType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
WORKBOOK
Static value workbook for CategoryType. -
TSG
Static value TSG for CategoryType. -
PERFORMANCE
Static value performance for CategoryType. -
RETENTION
Static value retention for CategoryType.
-
-
Constructor Details
-
CategoryType
public CategoryType()
-
-
Method Details
-
fromString
Creates or finds a CategoryType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CategoryType.
-
values
Gets known CategoryType values.- Returns:
- known CategoryType values.
-