次の方法で共有


ComponentsListByResourceGroupNextResponse type

listByResourceGroupNext 操作の応答データが含まれます。

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