Compartir a través de


CloudPool.ResizeErrors Propiedad

Definición

Obtiene o establece una lista de errores detectados al realizar el último cambio de tamaño en el grupo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Esta propiedad solo se establece si se produjeron uno o varios errores durante el último cambio de tamaño del grupo y solo cuando el valor de Pool allocationState es Estable.

Se aplica a