Compartilhar via


IVnetValidationFailureDetails.Failed Property

Definition

A flag describing whether or not validation failed.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="A flag describing whether or not validation failed.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="failed")]
public bool? Failed { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="A flag describing whether or not validation failed.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="failed")>]
member this.Failed : Nullable<bool> with get, set
Public Property Failed As Nullable(Of Boolean)

Property Value

Attributes

Applies to