ProcessorNodeBase 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
ProcessorNodeBase() |
Initializes a new instance of the ProcessorNodeBase class. |
ProcessorNodeBase(String, IList<NodeInput>) |
Initializes a new instance of the ProcessorNodeBase class. |
ProcessorNodeBase()
Initializes a new instance of the ProcessorNodeBase class.
public ProcessorNodeBase ();
Public Sub New ()
Applies to
ProcessorNodeBase(String, IList<NodeInput>)
Initializes a new instance of the ProcessorNodeBase class.
public ProcessorNodeBase (string name, System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.NodeInput> inputs);
new Microsoft.Azure.Management.VideoAnalyzer.Models.ProcessorNodeBase : string * System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.NodeInput> -> Microsoft.Azure.Management.VideoAnalyzer.Models.ProcessorNodeBase
Public Sub New (name As String, inputs As IList(Of NodeInput))
Parameters
- name
- String
Node name. Must be unique within the topology.
An array of upstream node references within the topology to be used as inputs for this node.
Applies to
Azure SDK for .NET