Share via


EncodedTaskStep.Values Property

Definition

Gets or sets the collection of overridable values that can be passed when running a task.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to