Partager via


SoftwareUpdateConfigurationRunsListResponse type

Contient des données de réponse pour l’opération de liste.

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