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?: Record<string, string>
Property Value
Record<string, string>
source
Gets or sets the name of the runbook.
source?: string
Property Value
string