ComponentsGetResponse type

Contains response data for the get operation.

type ComponentsGetResponse = ApplicationInsightsComponent & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponent
  }
}