PipelineTopology.Sources Property

Definition

Gets or sets list of the topology source nodes. Source nodes enable external data to be ingested by the pipeline.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to