Freigeben über


IngestionMode type

Definiert Werte für IngestionMode. Mögliche Werte: "ApplicationInsights", "ApplicationInsightsWithDiagnosticSettings", "LogAnalytics"

type IngestionMode =
  | "ApplicationInsights"
  | "ApplicationInsightsWithDiagnosticSettings"
  | "LogAnalytics"