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