共用方式為


UsageAggregatesListNextResponse type

包含 listNext 作業的回應資料。

type UsageAggregatesListNextResponse = UsageAggregationListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: UsageAggregationListResult
  }
}