Bagikan melalui


JobExecutionInformation.SchedulingError Property

Definition

Gets or sets details of any error encountered by the service in starting the Job.

[Newtonsoft.Json.JsonProperty(PropertyName="schedulingError")]
public Microsoft.Azure.Batch.Protocol.Models.JobSchedulingError SchedulingError { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="schedulingError")>]
member this.SchedulingError : Microsoft.Azure.Batch.Protocol.Models.JobSchedulingError with get, set
Public Property SchedulingError As JobSchedulingError

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is not set if there was no error starting the Job.

Applies to