SoftwareUpdateConfigurationsGetByNameResponse type
Contains response data for the getByName operation.
type SoftwareUpdateConfigurationsGetByNameResponse =
SoftwareUpdateConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfiguration
}
}