UsageAggregatesListNextResponse type

يحتوي على بيانات الاستجابة لعملية listNext.

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