TaskProperties interface 
Task properties of the software update configuration.
Properties
| parameters | Gets or sets the parameters of the task.  | 
| source | Gets or sets the name of the runbook.  | 
Property Details
parameters
Gets or sets the parameters of the task.
parameters?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}
source
Gets or sets the name of the runbook.
source?: string
				Property Value
string