SoftwareUpdateConfigurationCollectionItemProperties interface
Software update configuration collection item properties.
Properties
| creation |
Creation time of the software update configuration, which only appears in the response. |
| frequency | execution frequency of the schedule associated with the software update configuration |
| last |
Last time software update configuration was modified, which only appears in the response. |
| next |
ext run time of the update. |
| provisioning |
Provisioning state for the software update configuration, which only appears in the response. |
| start |
the start time of the update. |
| tasks | Pre and Post Tasks defined |
| update |
Update specific properties of the software update configuration. |
Property Details
creationTime
Creation time of the software update configuration, which only appears in the response.
creationTime?: Date
Property Value
Date
frequency
execution frequency of the schedule associated with the software update configuration
frequency?: string
Property Value
string
lastModifiedTime
Last time software update configuration was modified, which only appears in the response.
lastModifiedTime?: Date
Property Value
Date
nextRun
ext run time of the update.
nextRun?: Date
Property Value
Date
provisioningState
Provisioning state for the software update configuration, which only appears in the response.
provisioningState?: string
Property Value
string
startTime
the start time of the update.
startTime?: Date
Property Value
Date
tasks
Pre and Post Tasks defined
tasks?: SoftwareUpdateConfigurationTasks
Property Value
updateConfiguration
Update specific properties of the software update configuration.
updateConfiguration?: UpdateConfiguration