Share via


ProcessorNodeBase.Inputs Property

Definition

Gets or sets an array of upstream node references within the topology to be used as inputs for this node.

[Newtonsoft.Json.JsonProperty(PropertyName="inputs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.NodeInput> Inputs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inputs")>]
member this.Inputs : System.Collections.Generic.IList<Microsoft.Azure.Management.VideoAnalyzer.Models.NodeInput> with get, set
Public Property Inputs As IList(Of NodeInput)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to