UsageHistoryListNextResponse type

Contiene i dati di risposta per l'operazione listNext.

type UsageHistoryListNextResponse = PlanUsageHistoryListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: PlanUsageHistoryListResult
  }
}