PipelineTopologyUpdate.Sources Property
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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET