ConfigurationParameter interface
Represents a configuration parameter.
Properties
name | Name of the configuration parameter. |
value | Value of the configuration parameter. |
Property Details
name
Name of the configuration parameter.
name?: string
Property Value
string
value
Value of the configuration parameter.
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