ComponentsListByResourceGroupResponse type

Contains response data for the listByResourceGroup operation.

type ComponentsListByResourceGroupResponse =
  ApplicationInsightsComponentListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: ApplicationInsightsComponentListResult
    }
  }