ComponentsListNextResponse type
Содержит данные ответа для операции listNext.
type ComponentsListNextResponse = ApplicationInsightsComponentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentListResult
}
}