Uses of Class
com.azure.resourcemanager.loganalytics.models.TableTypeEnum
Packages that use TableTypeEnum
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of TableTypeEnum in com.azure.resourcemanager.loganalytics.models
Fields in com.azure.resourcemanager.loganalytics.models declared as TableTypeEnumModifier and TypeFieldDescriptionstatic final TableTypeEnumTableTypeEnum.CUSTOM_LOGStatic value CustomLog for TableTypeEnum.static final TableTypeEnumTableTypeEnum.MICROSOFTStatic value Microsoft for TableTypeEnum.static final TableTypeEnumTableTypeEnum.RESTORED_LOGSStatic value RestoredLogs for TableTypeEnum.static final TableTypeEnumTableTypeEnum.SEARCH_RESULTSStatic value SearchResults for TableTypeEnum.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.