次の方法で共有


SoftwareUpdateConfigurationMachineRunsListResponse type

リスト操作の応答データが含まれます。

type SoftwareUpdateConfigurationMachineRunsListResponse =
  SoftwareUpdateConfigurationMachineRunListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfigurationMachineRunListResult
    }
  }