你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResizeOperationStatus.Errors 属性

定义

获取或设置在池上执行上次调整大小时遇到的任何错误的详细信息。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

仅当上次池大小调整期间发生错误时,并且仅当池 allocationState 为“稳定”时,才会设置此属性。

适用于