次の方法で共有


EncodedTaskStepUpdateParameters.Values プロパティ

定義

タスクの実行時に渡すことができるオーバーライド可能な値のコレクションを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="values")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SetValue> Values { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="values")>]
member this.Values : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SetValue> with get, set
Public Property Values As IList(Of SetValue)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象