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