ComponentsListByResourceGroupNextResponse type

Contains response data for the listByResourceGroupNext operation.

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