ComponentsListByResourceGroupResponse type
يحتوي على بيانات الاستجابة لعملية listByResourceGroup.
type ComponentsListByResourceGroupResponse =
ApplicationInsightsComponentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentListResult
}
}