SoftwareUpdateConfigurationMachineRunsGetByIdResponse type
Contiene i dati di risposta per l'operazione getById.
type SoftwareUpdateConfigurationMachineRunsGetByIdResponse =
SoftwareUpdateConfigurationMachineRun & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationMachineRun
}
}