SoftwareUpdateConfigurationMachineRunsListResponse type
リスト操作の応答データが含まれます。
type SoftwareUpdateConfigurationMachineRunsListResponse =
SoftwareUpdateConfigurationMachineRunListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SoftwareUpdateConfigurationMachineRunListResult
}
}