Dela via


CustomerSubscriptionsListNextResponse type

Innehåller svarsdata för listNästa åtgärden.

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