CustomerSubscriptionsListNextResponse type
包含 listNext作的响应数据。
type CustomerSubscriptionsListNextResponse = CustomerSubscriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CustomerSubscriptionList
}
}