共用方式為


SoftwareUpdateConfigurationRunsListResponse type

包含清單作業的回應資料。

type SoftwareUpdateConfigurationRunsListResponse =
  SoftwareUpdateConfigurationRunListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfigurationRunListResult
    }
  }