共用方式為


ServicesCreateOrUpdateResponse type

包含 createOrUpdate 作業的回應資料。

type ServicesCreateOrUpdateResponse = ServiceResource & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ServiceResource
  }
}