ParameterDefinition Constructors
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.
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
Azure SDK for .NET