UsageHistoryListNextResponse type
A listNext művelet válaszadatait tartalmazza.
type UsageHistoryListNextResponse = PlanUsageHistoryListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PlanUsageHistoryListResult
}
}