SoftwareUpdateConfigurationsGetByNameResponse type
Contém dados de resposta para a operação getByName.
type SoftwareUpdateConfigurationsGetByNameResponse =
SoftwareUpdateConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfiguration
}
}