Compartilhar via


ComponentsListNextResponse type

Contém dados de resposta para a operação listNext.

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