CustomerSubscriptionsListResponse type
Enthält Antwortdaten für den Listenvorgang.
type CustomerSubscriptionsListResponse = CustomerSubscriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CustomerSubscriptionList
}
}