Freigeben über


SoftwareUpdateConfigurationsGetByNameResponse type

Enthält Antwortdaten für den getByName-Vorgang.

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