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


SoftwareUpdateConfigurationRunsGetByIdResponse type

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

type SoftwareUpdateConfigurationRunsGetByIdResponse =
  SoftwareUpdateConfigurationRun & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfigurationRun
    }
  }