IngestionMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. applicationinsights. models. IngestionMode
- com.
- com.
public final class IngestionMode
extends ExpandableStringEnum<IngestionMode>
Indicates the flow of the ingestion.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Ingestion |
APPLICATION_INSIGHTS
Static value Application |
static final
Ingestion |
APPLICATION_INSIGHTS_WITH_DIAGNOSTIC_SETTINGS
Static value Application |
static final
Ingestion |
LOG_ANALYTICS
Static value Log |
Constructor Summary
Constructor | Description |
---|---|
IngestionMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ingestion |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Ingestion |
fromString(String name)
Creates or finds a Ingestion |
static
Collection<Ingestion |
values()
Gets known Ingestion |
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
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:
Returns:
values
public static Collection
Gets known IngestionMode values.
Returns:
Applies to
Azure SDK for Java