共用方式為


MachineGroupsUpdateResponse type

包含更新作業的回應數據。

type MachineGroupsUpdateResponse = MachineGroup & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: MachineGroup
  }
}