Class TableTypeEnum
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TableTypeEnum>
com.azure.resourcemanager.loganalytics.models.TableTypeEnum
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Table's creator.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TableTypeEnumCustom log table.static final TableTypeEnumStandard data collected by Azure Monitor.static final TableTypeEnumRestored data.static final TableTypeEnumData collected by a search job. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TableTypeEnumfromString(String name) Creates or finds a TableTypeEnum from its string representation.static Collection<TableTypeEnum> values()Gets known TableTypeEnum values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MICROSOFT
Standard data collected by Azure Monitor. -
CUSTOM_LOG
Custom log table. -
RESTORED_LOGS
Restored data. -
SEARCH_RESULTS
Data collected by a search job.
-
-
Constructor Details
-
TableTypeEnum
Deprecated.Use thefromString(String)factory method.Creates a new instance of TableTypeEnum value.
-
-
Method Details
-
fromString
Creates or finds a TableTypeEnum from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TableTypeEnum.
-
values
Gets known TableTypeEnum values.- Returns:
- known TableTypeEnum values.
-
fromString(String)factory method.