Dela via


ComponentsListByResourceGroupNextResponse type

Innehåller svarsdata för åtgärden listByResourceGroupNext.

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