ResizeOperationStatus.Errors Property

Definition

Gets or sets details of any errors encountered while performing the last resize on the pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is set only if an error occurred during the last pool resize, and only when the pool allocationState is Steady.

Applies to