Sdílet prostřednictvím


ClusterCreateValidationResult.ValidationErrors Property

Definition

Gets or sets the validation errors.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to