UsageHistoryListNextResponse type
Bevat antwoordgegevens voor de listNext-bewerking.
type UsageHistoryListNextResponse = PlanUsageHistoryListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PlanUsageHistoryListResult
}
}