Uses of Class
com.azure.resourcemanager.loganalytics.models.SourceEnum
Packages that use SourceEnum
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of SourceEnum in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type SourceEnum in com.azure.resourcemanager.loganalytics.modelsFields in com.azure.resourcemanager.loganalytics.models declared as SourceEnumModifier and TypeFieldDescriptionstatic final SourceEnumSourceEnum.CUSTOMERTables created by the owner of the Workspace, and only found in this Workspace.static final SourceEnumSourceEnum.MICROSOFTTables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means.Methods in com.azure.resourcemanager.loganalytics.models that return SourceEnumModifier and TypeMethodDescriptionstatic SourceEnumSourceEnum.fromString(String name) Creates or finds a SourceEnum from its string representation.Schema.source()Get the source property: Table's creator.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type SourceEnumModifier and TypeMethodDescriptionstatic Collection<SourceEnum> SourceEnum.values()Gets known SourceEnum values.