次の方法で共有


PipelineTopology.Processors プロパティ

定義

トポロジ プロセッサ ノードの一覧を取得または設定します。 プロセッサ ノードを使用すると、パイプライン データを分析、処理、または変換できます。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象