Uses of Class
com.azure.resourcemanager.loganalytics.models.TableTypeEnum
Packages that use TableTypeEnum
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of TableTypeEnum in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type TableTypeEnum in com.azure.resourcemanager.loganalytics.modelsFields in com.azure.resourcemanager.loganalytics.models declared as TableTypeEnumModifier and TypeFieldDescriptionstatic final TableTypeEnumTableTypeEnum.CUSTOM_LOGCustom log table.static final TableTypeEnumTableTypeEnum.MICROSOFTStandard data collected by Azure Monitor.static final TableTypeEnumTableTypeEnum.RESTORED_LOGSRestored data.static final TableTypeEnumTableTypeEnum.SEARCH_RESULTSData collected by a search job.Methods in com.azure.resourcemanager.loganalytics.models that return TableTypeEnumModifier and TypeMethodDescriptionstatic TableTypeEnumTableTypeEnum.fromString(String name) Creates or finds a TableTypeEnum from its string representation.Schema.tableType()Get the tableType property: Table's creator.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type TableTypeEnumModifier and TypeMethodDescriptionstatic Collection<TableTypeEnum> TableTypeEnum.values()Gets known TableTypeEnum values.