Uses of Class
com.azure.resourcemanager.loganalytics.models.TableSubTypeEnum
Packages that use TableSubTypeEnum
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of TableSubTypeEnum in com.azure.resourcemanager.loganalytics.models
Fields in com.azure.resourcemanager.loganalytics.models declared as TableSubTypeEnumModifier and TypeFieldDescriptionstatic final TableSubTypeEnumTableSubTypeEnum.ANYStatic value Any for TableSubTypeEnum.static final TableSubTypeEnumTableSubTypeEnum.CLASSICStatic value Classic for TableSubTypeEnum.static final TableSubTypeEnumTableSubTypeEnum.DATA_COLLECTION_RULE_BASEDStatic value DataCollectionRuleBased for TableSubTypeEnum.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.