共用方式為


MachineGroupsCreateResponse type

包含建立作業的響應數據。

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