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