Share via


ParameterDefinition Constructors

Definition

Overloads

ParameterDefinition()

Initializes a new instance of the ParameterDefinition class.

ParameterDefinition(String, String)

Initializes a new instance of the ParameterDefinition class.

ParameterDefinition()

Initializes a new instance of the ParameterDefinition class.

public ParameterDefinition ();
Public Sub New ()

Applies to

ParameterDefinition(String, String)

Initializes a new instance of the ParameterDefinition class.

public ParameterDefinition (string name, string value = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.ParameterDefinition : string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.ParameterDefinition
Public Sub New (name As String, Optional value As String = Nothing)

Parameters

name
String

Name of the parameter declared in the pipeline topology.

value
String

Parameter value to be applied on this specific pipeline.

Applies to