Aracılığıyla paylaş


SoftwareUpdateConfigurationsGetByNameResponse type

getByName işleminin yanıt verilerini içerir.

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