KnownLogFilesDataSourceFormat Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. monitor. models. KnownLogFilesDataSourceFormat
- com.
- com.
public final class KnownLogFilesDataSourceFormat
extends ExpandableStringEnum<KnownLogFilesDataSourceFormat>
The data format of the log files.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Known |
TEXT
Static value text for Known |
Constructor Summary
Constructor | Description |
---|---|
KnownLogFilesDataSourceFormat() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Known |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Known |
fromString(String name)
Creates or finds a Known |
static
Collection<Known |
values()
Gets known Known |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
TEXT
public static final KnownLogFilesDataSourceFormat TEXT
Static value text for KnownLogFilesDataSourceFormat.
Constructor Details
KnownLogFilesDataSourceFormat
@Deprecated
public KnownLogFilesDataSourceFormat()
Deprecated
Creates a new instance of KnownLogFilesDataSourceFormat value.
Method Details
fromString
public static KnownLogFilesDataSourceFormat fromString(String name)
Creates or finds a KnownLogFilesDataSourceFormat from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known KnownLogFilesDataSourceFormat values.
Returns:
Applies to
Azure SDK for Java