次の方法で共有


ProcessorNodeBase.Inputs プロパティ

定義

このノードの入力として使用するトポロジ内のアップストリーム ノード参照の配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象