共用方式為


ServiceUnitsGetResponse type

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

type ServiceUnitsGetResponse = ServiceUnitResource & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceUnitResource
  }
}