Freigeben über


CustomerSubscriptionsListNextResponse type

Enthält Antwortdaten für den ListNext-Vorgang.

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