Поделиться через


SoftwareUpdateConfigurationRunsListResponse type

Содержит данные ответа для операции списка.

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