Class SourceEnum
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SourceEnum>
com.azure.resourcemanager.loganalytics.models.SourceEnum
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Table's creator.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SourceEnumTables created by the owner of the Workspace, and only found in this Workspace.static final SourceEnumTables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SourceEnumfromString(String name) Creates or finds a SourceEnum from its string representation.static Collection<SourceEnum> values()Gets known SourceEnum values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MICROSOFT
Tables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means. -
CUSTOMER
Tables created by the owner of the Workspace, and only found in this Workspace.
-
-
Constructor Details
-
SourceEnum
Deprecated.Use thefromString(String)factory method.Creates a new instance of SourceEnum value.
-
-
Method Details
-
fromString
Creates or finds a SourceEnum from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SourceEnum.
-
values
Gets known SourceEnum values.- Returns:
- known SourceEnum values.
-
fromString(String)factory method.