Class TableSubTypeEnum
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TableSubTypeEnum>
com.azure.resourcemanager.loganalytics.models.TableSubTypeEnum
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class TableSubTypeEnum
extends com.azure.core.util.ExpandableStringEnum<TableSubTypeEnum>
The subtype describes what APIs can be used to interact with the table, and what features are available against it.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TableSubTypeEnumThe default subtype with which built-in tables are created.static final TableSubTypeEnumIndicates a table created through the Data Collector API or with the custom logs feature of the MMA agent, or any table against which Custom Fields were created.static final TableSubTypeEnumA table eligible to have data sent into it via any of the means supported by Data Collection Rules: the Data Collection Endpoint API, ingestion-time transformations, or any other mechanism provided by Data Collection Rules. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TableSubTypeEnumfromString(String name) Creates or finds a TableSubTypeEnum from its string representation.static Collection<TableSubTypeEnum> values()Gets known TableSubTypeEnum values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ANY
The default subtype with which built-in tables are created. -
CLASSIC
Indicates a table created through the Data Collector API or with the custom logs feature of the MMA agent, or any table against which Custom Fields were created. -
DATA_COLLECTION_RULE_BASED
A table eligible to have data sent into it via any of the means supported by Data Collection Rules: the Data Collection Endpoint API, ingestion-time transformations, or any other mechanism provided by Data Collection Rules.
-
-
Constructor Details
-
TableSubTypeEnum
Deprecated.Use thefromString(String)factory method.Creates a new instance of TableSubTypeEnum value.
-
-
Method Details
-
fromString
Creates or finds a TableSubTypeEnum from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TableSubTypeEnum.
-
values
Gets known TableSubTypeEnum values.- Returns:
- known TableSubTypeEnum values.
-
fromString(String)factory method.