Aracılığıyla paylaş


SoftwareUpdateConfigurationsCreateResponse type

Oluşturma işlemi için yanıt verilerini içerir.

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