次の方法で共有


PipelineJob.Parameters プロパティ

定義

ユーザー定義トポロジ パラメーターのインスタンス レベルのパラメーター値の一覧を取得または設定します。 パイプラインでは、参照先トポロジで宣言されているパラメーターのパラメーター値のみを定義またはオーバーライドできます。 既定値のないトポロジ パラメーターを定義する必要があります。 既定値を持つトポロジ パラメーターは、必要に応じてオーバーライドできます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象