Partager via


SoftwareUpdateConfigurationsListResponse type

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

type SoftwareUpdateConfigurationsListResponse =
  SoftwareUpdateConfigurationListResult & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfigurationListResult
    }
  }