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