共用方式為


SoftwareUpdateConfigurationMachineRunsGetByIdResponse type

包含 getById 作業的回應資料。

type SoftwareUpdateConfigurationMachineRunsGetByIdResponse =
  SoftwareUpdateConfigurationMachineRun & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfigurationMachineRun
    }
  }