Udostępnij za pośrednictwem


UsageAggregatesListResponse type

Zawiera dane odpowiedzi dla operacji listy.

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