Bagikan melalui


UsageAggregatesListNextResponse type

Berisi data respons untuk operasi listNext.

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