Udostępnij za pośrednictwem


CustomerSubscriptionsListNextResponse type

Zawiera dane odpowiedzi dla operacji listNext.

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