UsageAggregatesListResponse type
Obsahuje data odpovědí pro operaci seznamu.
type UsageAggregatesListResponse = UsageAggregationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: UsageAggregationListResult
}
}