ComponentsListNextResponse type
Contiene i dati di risposta per l'operazione listNext.
type ComponentsListNextResponse = ApplicationInsightsComponentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentListResult
}
}