Udostępnij za pośrednictwem


UsagesListResponse type

Zawiera dane odpowiedzi dla operacji listy.

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