Class IngestionMode


  • public final class IngestionMode
    extends com.azure.core.util.ExpandableStringEnum<IngestionMode>
    Defines values for IngestionMode.
    • Field Detail

      • 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 Detail

      • IngestionMode

        public IngestionMode()
    • Method Detail

      • 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.