共用方式為


SoftwareUpdateConfigurationsGetByNameResponse type

包含 getByName 作業的響應數據。

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