PipelineTopologyUpdate.Processors Property

Definition

Gets or sets list of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to