CustomerSubscriptionsListResponse type
A listaművelet válaszadatait tartalmazza.
type CustomerSubscriptionsListResponse = CustomerSubscriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CustomerSubscriptionList
}
}