Class TableTypeEnum
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TableTypeEnum>
com.azure.resourcemanager.loganalytics.models.TableTypeEnum
Defines values for TableTypeEnum.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TableTypeEnumStatic value CustomLog for TableTypeEnum.static final TableTypeEnumStatic value Microsoft for TableTypeEnum.static final TableTypeEnumStatic value RestoredLogs for TableTypeEnum.static final TableTypeEnumStatic value SearchResults for TableTypeEnum. -
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, hashCode, toString, values
-
Field Details
-
MICROSOFT
Static value Microsoft for TableTypeEnum. -
CUSTOM_LOG
Static value CustomLog for TableTypeEnum. -
RESTORED_LOGS
Static value RestoredLogs for TableTypeEnum. -
SEARCH_RESULTS
Static value SearchResults for TableTypeEnum.
-
-
Constructor Details
-
TableTypeEnum
public TableTypeEnum()
-
-
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.
-