SoftwareUpdateConfigurationCollectionItem interface    
Software update configuration collection item properties.
Properties
| creation | 
	Creation time of the software update configuration, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| frequency | execution frequency of the schedule associated with the software update configuration  | 
| id | Resource Id of the software update configuration NOTE: This property will not be serialized. It can only be populated by the server.  | 
| last | 
	Last time software update configuration was modified, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| name | Name of the software update configuration. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| next | 
	ext run time of the update.  | 
| provisioning | 
	Provisioning state for the software update configuration, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| 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. NOTE: This property will not be serialized. It can only be populated by the server.
creationTime?: Date
				Property Value
Date
frequency
execution frequency of the schedule associated with the software update configuration
frequency?: string
				Property Value
string
id
Resource Id of the software update configuration NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
				Property Value
string
		lastModifiedTime
	  
	Last time software update configuration was modified, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedTime?: Date
				Property Value
Date
name
Name of the software update configuration. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
				Property Value
string
		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. NOTE: This property will not be serialized. It can only be populated by the server.
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