JobPropertiesExecutionInfo.Errors 속성

정의

오류를 가져옵니다.

[Newtonsoft.Json.JsonProperty(PropertyName="errors")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.BatchAIError> Errors { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="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

설명

작업을 실행하는 동안 서비스에서 발생한 오류 컬렉션입니다.

적용 대상