ComponentsListByResourceGroupNextResponse type
包含 listByResourceGroupNext 作業的響應數據。
type ComponentsListByResourceGroupNextResponse =
ApplicationInsightsComponentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentListResult
}
}