UsageAggregatesListResponse type
Enthält Antwortdaten für den Listenvorgang.
type UsageAggregatesListResponse = UsageAggregationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: UsageAggregationListResult
}
}