Поделиться через


UsagesListNextResponse type

Содержит данные ответа для операции listNext.

type UsagesListNextResponse = QuotaList & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: QuotaList }
}