Share via


ParameterDeclaration Class

Definition

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 pipelines.

public class ParameterDeclaration
type ParameterDeclaration = class
Public Class ParameterDeclaration
Inheritance
ParameterDeclaration

Constructors

ParameterDeclaration()

Initializes a new instance of the ParameterDeclaration class.

ParameterDeclaration(String, ParameterType, String, String)

Initializes a new instance of the ParameterDeclaration class.

Properties

DefaultProperty

Gets or sets the default value for the parameter to be used if the pipeline does not specify a value.

Description

Gets or sets description of the parameter.

Name

Gets or sets name of the parameter.

Type

Gets or sets type of the parameter. Possible values include: 'String', 'SecretString', 'Int', 'Double', 'Bool'

Methods

Validate()

Validate the object.

Applies to