Share via


ClusterCreateValidationResult.ValidationWarnings Property

Definition

Gets or sets the validation warnings.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to