Delen via


ProactiveDetectionConfigurationsGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

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