CustomerSubscriptionsListNextResponse type
Zawiera dane odpowiedzi dla operacji listDalej.
type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CustomerSubscriptionList
}
}