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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript