UsageAggregatesListNextResponse type
Contém dados de resposta para a operação listNext.
type UsageAggregatesListNextResponse = UsageAggregationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: UsageAggregationListResult
}
}