ComponentsListNextResponse type
Innehåller svarsdata för åtgärden listNext.
type ComponentsListNextResponse = ApplicationInsightsComponentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentListResult
}
}