SinkNodeBase Constructors

Definition

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.

inputs
IList<NodeInput>

An array of upstream node references within the topology to be used as inputs for this node.

Applies to