Compartir a través de


ProactiveDetectionConfigurationsGetResponse type

Contiene datos de respuesta para la operación get.

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