共用方式為


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 為穩定時,才會設定這個屬性。

適用於