共用方式為


Cluster.Errors 屬性

定義

取得錯誤。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.errors")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.BatchAIError> Errors { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.errors")>]
member this.Errors : System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.BatchAIError>
Public ReadOnly Property Errors As IList(Of BatchAIError)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

在節點安裝期間,各種計算節點所遇到的錯誤集合。

適用於