次の方法で共有


ClusterCreateValidationResult.ValidationWarnings プロパティ

定義

検証の警告を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象