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


UsagesListResponse type

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

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