SoftwareUpdateConfigurationsListResponse type
Contains response data for the list operation.
type SoftwareUpdateConfigurationsListResponse =
SoftwareUpdateConfigurationListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationListResult
}
}