Compartir a través de


ResizeError.Values Propiedad

Definición

Obtiene o establece una lista de detalles de error adicionales relacionados con el error de cambio de tamaño del grupo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a