Compartilhar via


ComponentsListByResourceGroupNextResponse type

Contém dados de resposta para a operação listByResourceGroupNext.

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