IVnetValidationFailureDetails.FailedTest Property

Definition

A list of tests that failed in the validation.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="A list of tests that failed in the validation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IVnetValidationTestFailure) }, Read=true, ReadOnly=false, Required=false, SerializedName="failedTests", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IVnetValidationTestFailure> FailedTest { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="A list of tests that failed in the validation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IVnetValidationTestFailure) }, Read=true, ReadOnly=false, Required=false, SerializedName="failedTests", Update=true)>]
member this.FailedTest : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IVnetValidationTestFailure> with get, set
Public Property FailedTest As List(Of IVnetValidationTestFailure)

Property Value

Attributes

Applies to