Compartilhar via


IVnetValidationFailureDetails.Warning Property

Definition

A list of warnings generated during validation.

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

Property Value

Attributes

Applies to