Class KnownWindowsEventLogDataSourceStreams
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KnownWindowsEventLogDataSourceStreams>
com.azure.resourcemanager.monitor.models.KnownWindowsEventLogDataSourceStreams
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class KnownWindowsEventLogDataSourceStreams
extends com.azure.core.util.ExpandableStringEnum<KnownWindowsEventLogDataSourceStreams>
Defines values for KnownWindowsEventLogDataSourceStreams.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KnownWindowsEventLogDataSourceStreams
Static value Microsoft-Event for KnownWindowsEventLogDataSourceStreams.static final KnownWindowsEventLogDataSourceStreams
Static value Microsoft-WindowsEvent for KnownWindowsEventLogDataSourceStreams. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a KnownWindowsEventLogDataSourceStreams from its string representation.values()
Gets known KnownWindowsEventLogDataSourceStreams values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MICROSOFT_WINDOWS_EVENT
Static value Microsoft-WindowsEvent for KnownWindowsEventLogDataSourceStreams. -
MICROSOFT_EVENT
Static value Microsoft-Event for KnownWindowsEventLogDataSourceStreams.
-
-
Constructor Details
-
KnownWindowsEventLogDataSourceStreams
Deprecated.Use thefromString(String)
factory method.Creates a new instance of KnownWindowsEventLogDataSourceStreams value.
-
-
Method Details
-
fromString
Creates or finds a KnownWindowsEventLogDataSourceStreams from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding KnownWindowsEventLogDataSourceStreams.
-
values
Gets known KnownWindowsEventLogDataSourceStreams values.- Returns:
- known KnownWindowsEventLogDataSourceStreams values.
-
fromString(String)
factory method.