ComponentsListNextResponse type
包含 listNext作的响应数据。
type ComponentsListNextResponse = ApplicationInsightsComponentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentListResult
}
}