CustomerSubscriptionsListNextResponse type
ListNext işlemi için yanıt verilerini içerir.
type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CustomerSubscriptionList
}
}