VnetValidationFailureDetailsInner.Failed Property

Definition

Gets or sets a flag describing whether or not validation 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to