Condividi tramite


SoftwareUpdateConfigurationRunsListResponse type

Contiene i dati di risposta per l'operazione di elenco.

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