你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |