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