SoftwareUpdateConfigurationRunsGetByIdResponse type
Contains response data for the getById operation.
type SoftwareUpdateConfigurationRunsGetByIdResponse =
SoftwareUpdateConfigurationRun & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationRun
}
}