SoftwareUpdateConfigurationMachineRunsListResponse type
包含列表作的响应数据。
type SoftwareUpdateConfigurationMachineRunsListResponse =
SoftwareUpdateConfigurationMachineRunListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationMachineRunListResult
}
}