SoftwareUpdateConfigurationRunProperties interface
软件更新配置属性。
属性
| computer |
软件更新配置运行中的计算机数。 |
| configured |
软件更新配置运行的已配置持续时间。 |
| created |
CreatedBy 属性,该属性仅在响应中显示。 |
| creation |
资源的创建时间,该时间仅在响应中显示。 |
| end |
软件更新配置运行的结束时间。 |
| failed |
状态为失败的计算机数。 |
| last |
LastModifiedBy 属性,该属性仅在响应中显示。 |
| last |
上次修改资源时,该资源仅在响应中显示。 |
| os |
软件更新配置的作系统目标触发了此运行 |
| software |
软件更新配置触发了此运行 |
| start |
软件更新配置运行的开始时间。 |
| status | 软件更新配置运行的状态。 |
| tasks | 在此运行中触发的软件更新配置任务 |
属性详细信息
computerCount
软件更新配置运行中的计算机数。
computerCount?: number
属性值
number
configuredDuration
软件更新配置运行的已配置持续时间。
configuredDuration?: string
属性值
string
createdBy
CreatedBy 属性,该属性仅在响应中显示。
createdBy?: string
属性值
string
creationTime
资源的创建时间,该时间仅在响应中显示。
creationTime?: Date
属性值
Date
endTime
软件更新配置运行的结束时间。
endTime?: Date
属性值
Date
failedCount
状态为失败的计算机数。
failedCount?: number
属性值
number
lastModifiedBy
LastModifiedBy 属性,该属性仅在响应中显示。
lastModifiedBy?: string
属性值
string
lastModifiedTime
上次修改资源时,该资源仅在响应中显示。
lastModifiedTime?: Date
属性值
Date
osType
软件更新配置的作系统目标触发了此运行
osType?: string
属性值
string
softwareUpdateConfiguration
软件更新配置触发了此运行
softwareUpdateConfiguration?: UpdateConfigurationNavigation
属性值
startTime
软件更新配置运行的开始时间。
startTime?: Date
属性值
Date
status
软件更新配置运行的状态。
status?: string
属性值
string
tasks
在此运行中触发的软件更新配置任务
tasks?: SoftwareUpdateConfigurationRunTasks