ComponentsListByResourceGroupResponse type
Innehåller svarsdata för åtgärden listByResourceGroup.
type ComponentsListByResourceGroupResponse =
ApplicationInsightsComponentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentListResult
}
}