次の方法で共有


VnetValidationFailureDetails.Failed プロパティ

定義

検証に失敗したかどうかを示すフラグを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.failed")]
public bool? Failed { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.failed")>]
member this.Failed : Nullable<bool> with get, set
Public Property Failed As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象