ParameterDeclaration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Single topology parameter declaration. Declared parameters can and must be referenced throughout the topology and can optionally have default values to be used when they are not defined in the pipeline instances.
public class ParameterDeclaration
type ParameterDeclaration = class
Public Class ParameterDeclaration
- Inheritance
-
ParameterDeclaration
Constructors
ParameterDeclaration(String, ParameterType) |
Initializes a new instance of ParameterDeclaration. |
Properties
Default |
The default value for the parameter to be used if the live pipeline does not specify a value. |
Description |
Description of the parameter. |
Name |
Name of the parameter. |
Type |
Type of the parameter. |
Applies to
Azure SDK for .NET