Share via


AnomalyDetectorLastDetectAnomalyResponse type

Contém dados de resposta para a operação lastDetectAnomaly.

type AnomalyDetectorLastDetectAnomalyResponse = LastDetectionResult & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: LastDetectionResult
  }
}