共用方式為


JobPreparationTaskExecutionInformation.FailureInfo Property

Definition

Gets or sets information describing the Task failure, if any.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is set only if the Task is in the completed state and encountered a failure.

Applies to