Share via


BatchAIError.Details Property

Definition

Gets a list of additional details about the error.

[Newtonsoft.Json.JsonProperty(PropertyName="details")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.NameValuePair> Details { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="details")>]
member this.Details : System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.NameValuePair>
Public ReadOnly Property Details As IList(Of NameValuePair)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to