Aracılığıyla paylaş


UsageHistoryListNextResponse type

ListNext işlemi için yanıt verilerini içerir.

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