Delen via


CustomerSubscriptionsListResponse type

Bevat antwoordgegevens voor de lijstbewerking.

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