Uses of Class
com.azure.resourcemanager.loganalytics.models.TableSubTypeEnum
Packages that use TableSubTypeEnum
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of TableSubTypeEnum in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type TableSubTypeEnum in com.azure.resourcemanager.loganalytics.modelsModifier and TypeClassDescriptionfinal classThe subtype describes what APIs can be used to interact with the table, and what features are available against it.Fields in com.azure.resourcemanager.loganalytics.models declared as TableSubTypeEnumModifier and TypeFieldDescriptionstatic final TableSubTypeEnumTableSubTypeEnum.ANYThe default subtype with which built-in tables are created.static final TableSubTypeEnumTableSubTypeEnum.CLASSICIndicates 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 TableSubTypeEnumTableSubTypeEnum.DATA_COLLECTION_RULE_BASEDA 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.Methods in com.azure.resourcemanager.loganalytics.models that return TableSubTypeEnumModifier and TypeMethodDescriptionstatic TableSubTypeEnumTableSubTypeEnum.fromString(String name) Creates or finds a TableSubTypeEnum from its string representation.Schema.tableSubType()Get the tableSubType property: The subtype describes what APIs can be used to interact with the table, and what features are available against it.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type TableSubTypeEnumModifier and TypeMethodDescriptionstatic Collection<TableSubTypeEnum> TableSubTypeEnum.values()Gets known TableSubTypeEnum values.