SoftwareUpdateConfigurationMachineRunsGetByIdResponse type
包含 getById作的响应数据。
type SoftwareUpdateConfigurationMachineRunsGetByIdResponse =
SoftwareUpdateConfigurationMachineRun & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationMachineRun
}
}