Share via


DscNodeReport.Errors Property

Definition

Gets or sets the errors for the node report.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to