Aracılığıyla paylaş


SoftwareUpdateConfigurationRunsListResponse type

Liste işlemi için yanıt verilerini içerir.

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