ComponentsListByResourceGroupNextResponse type
包含 listByResourceGroupNext 作業的回應資料。
type ComponentsListByResourceGroupNextResponse =
ApplicationInsightsComponentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentListResult
}
}