你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MetricAnomalyFeedback type

表示是否应将时间范围内的数据点视为异常的反馈。

type MetricAnomalyFeedback = {
  anomalyDetectionConfigurationId?: string
  anomalyDetectionConfigurationSnapshot?: AnomalyDetectionConfiguration
  endTime: Date
  feedbackType: "Anomaly"
  startTime: Date
  value: "AutoDetect" | "Anomaly" | "NotAnomaly"
} & MetricFeedbackCommon