SoftwareUpdateConfigurationsGetByNameResponse type
Contiene i dati di risposta per l'operazione getByName.
type SoftwareUpdateConfigurationsGetByNameResponse =
SoftwareUpdateConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfiguration
}
}