共用方式為


CustomerSubscriptionsGetResponse type

包含取得作業的回應數據。

type CustomerSubscriptionsGetResponse = CustomerSubscription & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CustomerSubscription
  }
}