Поделиться через


ComponentsListByResourceGroupNextResponse type

Содержит данные ответа для операции listByResourceGroupNext.

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