Partager via


SoftwareUpdateConfigurationsGetByNameResponse type

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

type SoftwareUpdateConfigurationsGetByNameResponse =
  SoftwareUpdateConfiguration & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: SoftwareUpdateConfiguration
    }
  }