Compartir a través de


ComponentsListNextResponse type

Contiene datos de respuesta para la operación listNext.

type ComponentsListNextResponse = ApplicationInsightsComponentListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentListResult
  }
}