SoftwareUpdateConfigurationRunsGetByIdResponse type
包含 getById 作業的響應數據。
type SoftwareUpdateConfigurationRunsGetByIdResponse =
SoftwareUpdateConfigurationRun & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationRun
}
}