Sdílet prostřednictvím


ProactiveDetectionConfigurationsGetResponse type

Obsahuje data odpovědi pro operaci get.

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