Dela via


ProactiveDetectionConfigurationsUpdateResponse type

Innehåller svarsdata för uppdateringsåtgärden.

type ProactiveDetectionConfigurationsUpdateResponse =
  ApplicationInsightsComponentProactiveDetectionConfiguration & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsComponentProactiveDetectionConfiguration
    }
  }