次の方法で共有


ClusterCreateValidationResult.ValidationErrors プロパティ

定義

検証エラーを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象