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