Bagikan melalui


SoftwareUpdateConfigurationsCreateResponse type

Berisi data respons untuk operasi pembuatan.

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