ActivityParameterSet interface
Definition of the activity parameter set.
Properties
name | Gets or sets the name of the activity parameter set. |
parameters | Gets or sets the parameters of the activity parameter set. |
Property Details
name
Gets or sets the name of the activity parameter set.
name?: string
Property Value
string
parameters
Gets or sets the parameters of the activity parameter set.
parameters?: ActivityParameter[]
Property Value
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