Freigeben über


IngestionMode type

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

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