Share via


TaskAddResult.Error Property

Definition

Gets or sets the error encountered while attempting to add the Task.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to