共用方式為


CustomerSubscriptionsListResponse type

包含清單作業的回應數據。

type CustomerSubscriptionsListResponse = CustomerSubscriptionList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CustomerSubscriptionList
  }
}