Condividi tramite


CustomerSubscriptionsListNextResponse type

Contiene i dati di risposta per l'operazione listNext.

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