Dela via


ProactiveDetectionConfigurationsGetResponse type

Innehåller svarsdata för get-åtgärden.

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