IngestionMode Class

public final class IngestionMode
extends ExpandableStringEnum<IngestionMode>

Indicates the flow of the ingestion.

Field Summary

Modifier and Type Field and Description
static final IngestionMode APPLICATION_INSIGHTS

Static value ApplicationInsights for IngestionMode.

static final IngestionMode APPLICATION_INSIGHTS_WITH_DIAGNOSTIC_SETTINGS

Static value ApplicationInsightsWithDiagnosticSettings for IngestionMode.

static final IngestionMode LOG_ANALYTICS

Static value LogAnalytics for IngestionMode.

Constructor Summary

Constructor Description
IngestionMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IngestionMode value.

Method Summary

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

Creates or finds a IngestionMode from its string representation.

static Collection<IngestionMode> values()

Gets known IngestionMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

APPLICATION_INSIGHTS

public static final IngestionMode APPLICATION_INSIGHTS

Static value ApplicationInsights for IngestionMode.

APPLICATION_INSIGHTS_WITH_DIAGNOSTIC_SETTINGS

public static final IngestionMode APPLICATION_INSIGHTS_WITH_DIAGNOSTIC_SETTINGS

Static value ApplicationInsightsWithDiagnosticSettings for IngestionMode.

LOG_ANALYTICS

public static final IngestionMode LOG_ANALYTICS

Static value LogAnalytics for IngestionMode.

Constructor Details

IngestionMode

@Deprecated
public IngestionMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IngestionMode value.

Method Details

fromString

public static IngestionMode fromString(String name)

Creates or finds a IngestionMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IngestionMode.

values

public static Collection values()

Gets known IngestionMode values.

Returns:

known IngestionMode values.

Applies to