LogAnalyticsLogType Class

public final class LogAnalyticsLogType
extends ExpandableStringEnum<LogAnalyticsLogType>

The log type to be used.

Field Summary

Modifier and Type Field and Description
static final LogAnalyticsLogType CONTAINER_INSIGHTS

Static value ContainerInsights for LogAnalyticsLogType.

static final LogAnalyticsLogType CONTAINER_INSTANCE_LOGS

Static value ContainerInstanceLogs for LogAnalyticsLogType.

Constructor Summary

Constructor Description
LogAnalyticsLogType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LogAnalyticsLogType value.

Method Summary

Modifier and Type Method and Description
static LogAnalyticsLogType fromString(String name)

Creates or finds a LogAnalyticsLogType from its string representation.

static Collection<LogAnalyticsLogType> values()

Gets known LogAnalyticsLogType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONTAINER_INSIGHTS

public static final LogAnalyticsLogType CONTAINER_INSIGHTS

Static value ContainerInsights for LogAnalyticsLogType.

CONTAINER_INSTANCE_LOGS

public static final LogAnalyticsLogType CONTAINER_INSTANCE_LOGS

Static value ContainerInstanceLogs for LogAnalyticsLogType.

Constructor Details

LogAnalyticsLogType

@Deprecated
public LogAnalyticsLogType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LogAnalyticsLogType value.

Method Details

fromString

public static LogAnalyticsLogType fromString(String name)

Creates or finds a LogAnalyticsLogType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding LogAnalyticsLogType.

values

public static Collection values()

Gets known LogAnalyticsLogType values.

Returns:

known LogAnalyticsLogType values.

Applies to