Delen via


ComputeNodeError.ErrorDetails Property

Definition

Gets or sets the list of additional error details related to the Compute Node error.

[Newtonsoft.Json.JsonProperty(PropertyName="errorDetails")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.NameValuePair> ErrorDetails { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="errorDetails")>]
member this.ErrorDetails : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.NameValuePair> with get, set
Public Property ErrorDetails As IList(Of NameValuePair)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to