Delen via


SoftwareUpdateConfigurationsCreateResponse type

Bevat antwoordgegevens voor de bewerking maken.

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