IVnetValidationFailureDetails.Warning Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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