CustomerSubscriptionsListNextResponse type
يحتوي على بيانات الاستجابة لعملية listNext.
type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CustomerSubscriptionList
}
}