Share via


FacetError.Errors Property

Definition

Gets or sets an array containing detected facet errors with details.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to