Compartir a través de


EncodedTaskStepUpdateParameters.Values Propiedad

Definición

Obtiene o establece la colección de valores reemplazables que se pueden pasar al ejecutar una tarea.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a