Partager via


SoftwareUpdateConfigurationsCreateResponse type

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

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