SinkNodeBase 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
SinkNodeBase() |
Initializes a new instance of the SinkNodeBase class. |
SinkNodeBase(String, IList<NodeInput>) |
Initializes a new instance of the SinkNodeBase class. |
SinkNodeBase()
Initializes a new instance of the SinkNodeBase class.
public SinkNodeBase ();
Public Sub New ()
Applies to
SinkNodeBase(String, IList<NodeInput>)
Initializes a new instance of the SinkNodeBase class.
public SinkNodeBase (string name, System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.NodeInput> inputs);
new Microsoft.Azure.Management.VideoAnalyzer.Models.SinkNodeBase : string * System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.NodeInput> -> Microsoft.Azure.Management.VideoAnalyzer.Models.SinkNodeBase
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET