次の方法で共有


SoftwareUpdateConfigurationRunsListResponse type

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

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