ComponentsListByResourceGroupResponse type
Contém dados de resposta para a operação listByResourceGroup.
type ComponentsListByResourceGroupResponse =
ApplicationInsightsComponentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ApplicationInsightsComponentListResult
}
}