Compartilhar via


IVnetValidationFailureDetails.FailedTest Property

Definition

A list of tests that failed in the validation.

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

Property Value

Attributes

Applies to