UsageAggregatesListNextResponse type
Enthält Antwortdaten für den ListNext-Vorgang.
type UsageAggregatesListNextResponse = UsageAggregationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: UsageAggregationListResult
}
}