Delen via


CustomerSubscriptionsListNextResponse type

Bevat antwoordgegevens voor de listNext-bewerking.

type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CustomerSubscriptionList
  }
}