UsageAggregatesListResponse type
Contains response data for the list operation.
type UsageAggregatesListResponse = UsageAggregationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: UsageAggregationListResult
}
}