ParameterDefinition interface
Defines the parameter value of an specific pipeline topology parameter. See pipeline topology parameters for more information.
Properties
name | Name of the parameter declared in the pipeline topology. |
value | Parameter value to be applied on this specific pipeline. |
Property Details
name
Name of the parameter declared in the pipeline topology.
name: string
Property Value
string
value
Parameter value to be applied on this specific pipeline.
value?: 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